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

commit fe4c394effd9456eecda2ea5ba1975c17bd485a2
Author: Timothy Sample <[email protected]>
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 6e614e8..7e81797 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -8034,7 +8034,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)
@@ -8043,7 +8043,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