guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/06: gnu: ghc-regex-pcre-builtin: Update home page.


From: guix-commits
Subject: 02/06: gnu: ghc-regex-pcre-builtin: Update home page.
Date: Sat, 13 Jun 2020 17:30:34 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 4723766b935a1f8c94f89f2d9c6d3e8cb537967a
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Tue Jun 9 14:05:09 2020 +0200

    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.
---
 gnu/packages/haskell-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 64c09c9..815af82 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,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]