samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit dd2de3a230deb74e61b50ad81eb3c548aefe091e
Author: Timothy Sample <[email protected]>
Date: Thu Oct 31 10:09:04 2019 -0400
gnu: ghc-async: Update to 2.2.2.
* gnu/packages/haskell-xyz.scm (ghc-async): Update to 2.2.2.
---
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 5f02cc4..ae17cba 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -357,7 +357,7 @@ style.")
(define-public ghc-async
(package
(name "ghc-async")
- (version "2.2.1")
+ (version "2.2.2")
(source
(origin
(method url-fetch)
@@ -367,7 +367,7 @@ style.")
".tar.gz"))
(sha256
(base32
- "09whscli1q5z7lzyq9rfk0bq1ydplh6pjmc6qv0x668k5818c2wg"))))
+ "1zxvfcyy4sg8lmzphi5dgnavksj5pav6rbvd5kc48lf4hanb2jjb"))))
(build-system haskell-build-system)
(inputs
`(("ghc-hashable" ,ghc-hashable)