mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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.
This commit is contained in:
parent
1a6d0d8c2d
commit
4723766b93
1 changed files with 1 additions and 1 deletions
|
@ -10264,7 +10264,7 @@ this problem.")
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-regex-base" ,ghc-regex-base)))
|
`(("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")
|
(synopsis "Enhancement of the builtin Text.Regex library")
|
||||||
(description
|
(description
|
||||||
"This package is an enhancement of the @code{Text.Regex} library,
|
"This package is an enhancement of the @code{Text.Regex} library,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue