gnu: ghc-splitmix: Use HTTPS home page.
* gnu/packages/haskell-xyz.scm (ghc-splitmix)[home-page]: Use HTTPS.master
parent
018b72d724
commit
92a79fee20
|
@ -10689,7 +10689,7 @@ mainstream languages.")
|
||||||
("ghc-base-compat-batteries" ,ghc-base-compat-batteries)
|
("ghc-base-compat-batteries" ,ghc-base-compat-batteries)
|
||||||
("ghc-tf-random" ,ghc-tf-random)
|
("ghc-tf-random" ,ghc-tf-random)
|
||||||
("ghc-vector" ,ghc-vector)))
|
("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")
|
(synopsis "Fast and splittable pseudorandom number generator")
|
||||||
(description "This package provides a Pure Haskell implementation of the
|
(description "This package provides a Pure Haskell implementation of the
|
||||||
SplitMix pseudorandom number generator. SplitMix is a \"splittable\"
|
SplitMix pseudorandom number generator. SplitMix is a \"splittable\"
|
||||||
|
|
Reference in New Issue