guix-commits
[Top][All Lists]
Advanced

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

223/290: gnu: ghc-rebase: Update to 1.3.1.1.


From: guix-commits
Subject: 223/290: gnu: ghc-rebase: Update to 1.3.1.1.
Date: Wed, 6 Nov 2019 08:23:16 -0500 (EST)

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

commit 3c0fa38b56235e59bd835ec197c9ba80d6f8ecc9
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 13:19:16 2019 -0400

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

diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 75f9277..f859bf4 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -8165,7 +8165,7 @@ includes efficient implementations for common data 
types.")
 (define-public ghc-rebase
   (package
     (name "ghc-rebase")
-    (version "1.2.4")
+    (version "1.3.1.1")
     (source
      (origin
        (method url-fetch)
@@ -8174,7 +8174,7 @@ includes efficient implementations for common data 
types.")
                            "rebase-" version ".tar.gz"))
        (sha256
         (base32
-         "1gah2qwfpzwamnikbc5h4nv6dgvv9h16di9ka7946za3nibyasya"))))
+         "0q4m2fa7wkgxs0grir8rlqwibasmi3s1x7c107ynndwfm62nzv0a"))))
     (build-system haskell-build-system)
     (inputs `(("ghc-hashable" ,ghc-hashable)
               ("ghc-vector" ,ghc-vector)



reply via email to

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