me
/
guix
Archived
1
0
Fork 0

gnu: ghc-splitmix: Use HTTPS home page.

* gnu/packages/haskell-xyz.scm (ghc-splitmix)[home-page]: Use HTTPS.
master
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
1 changed files with 1 additions and 1 deletions

View File

@ -10689,7 +10689,7 @@ mainstream languages.")
("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\"