guix-commits
[Top][All Lists]
Advanced

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

73/177: gnu: ghc-lifted-base: Update to 0.2.3.8.


From: Ricardo Wurmus
Subject: 73/177: gnu: ghc-lifted-base: Update to 0.2.3.8.
Date: Tue, 13 Feb 2018 07:38:14 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 2e67886e038777b4f2f89e1310278800d232c2f7
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Feb 12 22:49:55 2018 +0100

    gnu: ghc-lifted-base: Update to 0.2.3.8.
    
    * gnu/packages/haskell.scm (ghc-lifted-base): Update to 0.2.3.8.
---
 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 3d48f6f..c65f9be 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -4512,7 +4512,7 @@ It is modeled after doctest for Python, see
 (define-public ghc-lifted-base
   (package
     (name "ghc-lifted-base")
-    (version "0.2.3.6")
+    (version "0.2.3.8")
     (source
      (origin
        (method url-fetch)
@@ -4522,7 +4522,7 @@ It is modeled after doctest for Python, see
              ".tar.gz"))
        (sha256
         (base32
-         "1yz14a1rsgknwyl08n4kxrlc26hfwmb95a3c2drbnsgmhdyq7iap"))))
+         "17yz4n7q96x4cp8vxai8csn2vmpigxvipkfh48arahf91f0xy18n"))))
     (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]