mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: ghc-splitmix: Use HTTPS home page.
* gnu/packages/haskell-xyz.scm (ghc-splitmix)[home-page]: Use HTTPS.
This commit is contained in:
parent
018b72d724
commit
92a79fee20
1 changed files with 1 additions and 1 deletions
|
@ -10689,7 +10689,7 @@ (define-public ghc-splitmix
|
|||
("ghc-base-compat-batteries" ,ghc-base-compat-batteries)
|
||||
("ghc-tf-random" ,ghc-tf-random)
|
||||
("ghc-vector" ,ghc-vector)))
|
||||
(home-page "http://hackage.haskell.org/package/splitmix")
|
||||
(home-page "https://hackage.haskell.org/package/splitmix")
|
||||
(synopsis "Fast and splittable pseudorandom number generator")
|
||||
(description "This package provides a Pure Haskell implementation of the
|
||||
SplitMix pseudorandom number generator. SplitMix is a \"splittable\"
|
||||
|
|
Loading…
Reference in a new issue