summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2017-12-01 01:55:28 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2017-12-04 08:13:55 +0100
commit1740cb779ad02d43ba467cb3214ab66d54b5677a (patch)
tree3770770c51244474a1065cca62d44548f481fc00
parent8301d739fa61ad97bd991123a870dd1e1480d90a (diff)
gnu: ghc-async: Update to 2.1.1.1.
* gnu/packages/haskell.scm (ghc-async): Update to 2.1.1.1.
-rw-r--r--gnu/packages/haskell.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index ce5a1913608..4804f1b5f82 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -3551,7 +3551,7 @@ library for Haskell.")
3551(define-public ghc-async 3551(define-public ghc-async
3552 (package 3552 (package
3553 (name "ghc-async") 3553 (name "ghc-async")
3554 (version "2.0.2") 3554 (version "2.1.1.1")
3555 (source 3555 (source
3556 (origin 3556 (origin
3557 (method url-fetch) 3557 (method url-fetch)
@@ -3561,7 +3561,7 @@ library for Haskell.")
3561 ".tar.gz")) 3561 ".tar.gz"))
3562 (sha256 3562 (sha256
3563 (base32 3563 (base32
3564 "0azx4qk65a9a2gvqsfmz3w89m6shzr2iz0i5lly2zvly4n2d6m6v")))) 3564 "1qj4fp1ynwg0l453gmm27vgkzb5k5m2hzdlg5rdqi9kf8rqy90yd"))))
3565 (build-system haskell-build-system) 3565 (build-system haskell-build-system)
3566 (inputs 3566 (inputs
3567 `(("ghc-stm" ,ghc-stm) 3567 `(("ghc-stm" ,ghc-stm)