gnu: ghc-parsec-numbers: Use HTTPS home page.
* gnu/packages/haskell.scm (ghc-parsec-numbers)[home-page]: Use HTTPS.
This commit is contained in:
parent
efb22b47db
commit
95bf07804a
|
@ -1712,7 +1712,7 @@ School of Functional Programming', 1995. See
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-parsec" ,ghc-parsec)))
|
`(("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")
|
(synopsis "Utilities for parsing numbers from strings")
|
||||||
(description
|
(description
|
||||||
"This package provides the number parsers without the need to use a large
|
"This package provides the number parsers without the need to use a large
|
||||||
|
|
Loading…
Reference in New Issue