guix-commits
[Top][All Lists]
Advanced

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

256/272: gnu: ghc-base-compat: Update to 0.10.4.


From: Ricardo Wurmus
Subject: 256/272: gnu: ghc-base-compat: Update to 0.10.4.
Date: Mon, 1 Oct 2018 06:13:57 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 88c337177fbe99e8422a91e633713b4453279fe6
Author: Timothy Sample <address@hidden>
Date:   Thu Sep 6 23:58:30 2018 -0400

    gnu: ghc-base-compat: Update to 0.10.4.
    
    * gnu/packages/haskell.scm (ghc-base-compat): Update to 0.10.4.
---
 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 e39c5e0..bcf0b83 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -4547,7 +4547,7 @@ system.")
 (define-public ghc-base-compat
   (package
     (name "ghc-base-compat")
-    (version "0.9.3")
+    (version "0.10.4")
     (source
      (origin
        (method url-fetch)
@@ -4557,7 +4557,7 @@ system.")
              ".tar.gz"))
        (sha256
         (base32
-         "0452l6zf6fjhy4kxqwv6i6hhg6yfx4wcg450k3axpyj30l7jnq3x"))))
+         "0ksp990gxs731mq19rzbxrbs43nazfljjc8krlx5bjqblw3kfs8d"))))
     (build-system haskell-build-system)
     (native-inputs
      `(("ghc-quickcheck" ,ghc-quickcheck)



reply via email to

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