guix-commits
[Top][All Lists]
Advanced

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

18/24: gnu: ghc-repline: Remove version 0.2.0.0.


From: guix-commits
Subject: 18/24: gnu: ghc-repline: Remove version 0.2.0.0.
Date: Thu, 7 Oct 2021 09:21:18 -0400 (EDT)

lbraun pushed a commit to branch wip-haskell
in repository guix.

commit f655be55076896cbddb998fdfec9afd9bd019b1d
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Tue Oct 5 15:34:26 2021 +0200

    gnu: ghc-repline: Remove version 0.2.0.0.
    
    Not required by any package in the tree.
    
    * gnu/packages/haskell-xyz.scm (ghc-repline-0.3): Merge into…
    (ghc-repline): …this.
    * gnu/packages/dhall.scm (dhall): Use ghc-repline.
---
 gnu/packages/dhall.scm       |  2 +-
 gnu/packages/haskell-xyz.scm | 27 ++++++---------------------
 2 files changed, 7 insertions(+), 22 deletions(-)

diff --git a/gnu/packages/dhall.scm b/gnu/packages/dhall.scm
index 91c31eb..d9ec1fb 100644
--- a/gnu/packages/dhall.scm
+++ b/gnu/packages/dhall.scm
@@ -68,7 +68,7 @@
        ("ghc-pretty-simple" ,ghc-pretty-simple)
        ("ghc-profunctors" ,ghc-profunctors)
        ("ghc-pretty-simple" ,ghc-pretty-simple)
-       ("ghc-repline" ,ghc-repline-0.3)
+       ("ghc-repline" ,ghc-repline)
        ("ghc-serialise" ,ghc-serialise)
        ("ghc-scientific" ,ghc-scientific)
        ("ghc-text-manipulate" ,ghc-text-manipulate)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 06b086c..7445e47 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -11092,18 +11092,21 @@ inspired by libtre.")
 (define-public ghc-repline
   (package
     (name "ghc-repline")
-    (version "0.2.0.0")
+    (version "0.4.0.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append
-             "mirror://hackage/package/repline/repline-"
+             "https://hackage.haskell.org/package/repline/repline-";
              version
              ".tar.gz"))
        (sha256
         (base32
-         "1ph21kbbanlcs8n5lwk16g9vqkb98mkbz5mzwrp8j2rls2921izc"))))
+         "1dspwi28krinkxdd7waq4y6plz0dfmzz72885p9pcqp1r14qrhj3"))))
     (build-system haskell-build-system)
+    (inputs
+     `(("ghc-exceptions" ,ghc-exceptions)
+       ("ghc-haskeline" ,ghc-haskeline-0.8)))
     (home-page "https://github.com/sdiehl/repline";)
     (synopsis "Haskeline wrapper for GHCi-like REPL interfaces")
     (description
@@ -11111,24 +11114,6 @@ inspired by libtre.")
 normal mtl transformers.")
     (license license:expat)))
 
-(define-public ghc-repline-0.3
-  (package
-    (inherit ghc-repline)
-    (version "0.4.0.0")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (string-append
-             "https://hackage.haskell.org/package/repline/repline-";
-             version
-             ".tar.gz"))
-       (sha256
-        (base32
-         "1dspwi28krinkxdd7waq4y6plz0dfmzz72885p9pcqp1r14qrhj3"))))
-    (inputs
-     `(("ghc-exceptions" ,ghc-exceptions)
-       ("ghc-haskeline" ,ghc-haskeline-0.8)))))
-
 (define-public ghc-rerebase
   (package
     (name "ghc-rerebase")



reply via email to

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