guix-commits
[Top][All Lists]
Advanced

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

07/09: gnu: ghc-async: Update to 2.1.1.1.


From: Tobias Geerinckx-Rice
Subject: 07/09: gnu: ghc-async: Update to 2.1.1.1.
Date: Mon, 4 Dec 2017 02:24:44 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 1740cb779ad02d43ba467cb3214ab66d54b5677a
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Dec 1 01:55:28 2017 +0100

    gnu: ghc-async: Update to 2.1.1.1.
    
    * gnu/packages/haskell.scm (ghc-async): Update to 2.1.1.1.
---
 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 ce5a191..4804f1b 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -3551,7 +3551,7 @@ library for Haskell.")
 (define-public ghc-async
   (package
     (name "ghc-async")
-    (version "2.0.2")
+    (version "2.1.1.1")
     (source
      (origin
        (method url-fetch)
@@ -3561,7 +3561,7 @@ library for Haskell.")
              ".tar.gz"))
        (sha256
         (base32
-         "0azx4qk65a9a2gvqsfmz3w89m6shzr2iz0i5lly2zvly4n2d6m6v"))))
+         "1qj4fp1ynwg0l453gmm27vgkzb5k5m2hzdlg5rdqi9kf8rqy90yd"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-stm" ,ghc-stm)



reply via email to

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