samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit 6244755b3f20a8bb414e44a7ee91be7eff28c382
Author: Timothy Sample <[email protected]>
Date: Thu Oct 31 13:10:38 2019 -0400
gnu: ghc-lifted-async: Update to 0.10.0.4.
* gnu/packages/haskell-xyz.scm (ghc-lifted-async): Update to 0.10.0.4.
---
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 2c3f271..d110a54 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -5733,7 +5733,7 @@ Music Player Daemon.")
(define-public ghc-lifted-async
(package
(name "ghc-lifted-async")
- (version "0.10.0.2")
+ (version "0.10.0.4")
(source
(origin
(method url-fetch)
@@ -5742,7 +5742,7 @@ Music Player Daemon.")
version ".tar.gz"))
(sha256
(base32
- "1073r512c1x2m1v0jar9bwqg656slg7jd1jhsyj6m8awgx1l1mwf"))))
+ "0cwl1d0wjpdk0v1l1qxiqiksmak950c8gx169c1q77cg0z18ijf9"))))
(build-system haskell-build-system)
(inputs
`(("ghc-async" ,ghc-async)