diff options
author | Marius Bakke <marius@gnu.org> | 2020-06-09 14:05:09 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2020-06-13 23:29:21 +0200 |
commit | 4723766b935a1f8c94f89f2d9c6d3e8cb537967a (patch) | |
tree | f4366d615cec4cc88c1b651f4fb4ce525d668223 /gnu | |
parent | 1a6d0d8c2dc5b43496372381620151d654e48c09 (diff) | |
download | guix-4723766b935a1f8c94f89f2d9c6d3e8cb537967a.tar.gz |
gnu: ghc-regex-pcre-builtin: Update home page.
* gnu/packages/haskell-xyz.scm (ghc-regex-pcre-builtin)[home-page]: Set to the correct home page, not the alternative 'ghc-regex-pcre' library.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/haskell-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm index 64c09c9274..815af82500 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm @@ -10264,7 +10264,7 @@ this problem.") (build-system haskell-build-system) (inputs `(("ghc-regex-base" ,ghc-regex-base))) - (home-page "https://hackage.haskell.org/package/regex-pcre") + (home-page "https://hackage.haskell.org/package/regex-pcre-builtin") (synopsis "Enhancement of the builtin Text.Regex library") (description "This package is an enhancement of the @code{Text.Regex} library, |