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
1 changed files with 1 additions and 1 deletions

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