diff options
-rw-r--r-- | gnu/packages/haskell.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 2673ca5e5d..9866a0d3c1 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -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 |