3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: ghc-parsec-numbers: Use HTTPS home page.

* gnu/packages/haskell.scm (ghc-parsec-numbers)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2018-08-13 01:49:36 +02:00
parent efb22b47db
commit 95bf07804a
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1712,7 +1712,7 @@ School of Functional Programming', 1995. See
(build-system haskell-build-system)
(inputs
`(("ghc-parsec" ,ghc-parsec)))
(home-page "http://hackage.haskell.org/package/parsec-numbers")
(home-page "https://hackage.haskell.org/package/parsec-numbers")
(synopsis "Utilities for parsing numbers from strings")
(description
"This package provides the number parsers without the need to use a large