guix-commits
[Top][All Lists]
Advanced

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

71/272: gnu: ghc-lifted-base: Update to 0.2.3.12.


From: Ricardo Wurmus
Subject: 71/272: gnu: ghc-lifted-base: Update to 0.2.3.12.
Date: Mon, 1 Oct 2018 06:13:17 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 4a2100b8ae3dd3297f2748f312da3586795776bd
Author: Timothy Sample <address@hidden>
Date:   Tue Aug 28 22:32:40 2018 -0400

    gnu: ghc-lifted-base: Update to 0.2.3.12.
    
    * gnu/packages/haskell.scm (ghc-lifted-base): Update to 0.2.3.12.
---
 gnu/packages/haskell.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index c8dcefe..f195563 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -5074,7 +5074,7 @@ It is modeled after doctest for Python, see
 (define-public ghc-lifted-base
   (package
     (name "ghc-lifted-base")
-    (version "0.2.3.8")
+    (version "0.2.3.12")
     (source
      (origin
        (method url-fetch)
@@ -5084,7 +5084,7 @@ It is modeled after doctest for Python, see
              ".tar.gz"))
        (sha256
         (base32
-         "17yz4n7q96x4cp8vxai8csn2vmpigxvipkfh48arahf91f0xy18n"))))
+         "1i8p8d3rkdh21bhgjjh32vd7qqjr7jq7p59qds0aw2kmargsjd61"))))
     (build-system haskell-build-system)
     (arguments `(#:tests? #f)) ; FIXME: Missing testing libraries.
     (inputs



reply via email to

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