gnu: ghc-splitmix: Use HTTPS home page.

* gnu/packages/haskell-xyz.scm (ghc-splitmix)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-18 20:55:06 +01:00
parent 018b72d724
commit 92a79fee20
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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\"