samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit c7b080217f3d8fad8b15abe4d4f32e88ce9ee3e4
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 5e4fedd..987cd2d 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -5772,7 +5772,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)
@@ -5781,7 +5781,7 @@ Music Player Daemon.")
version ".tar.gz"))
(sha256
(base32
- "1073r512c1x2m1v0jar9bwqg656slg7jd1jhsyj6m8awgx1l1mwf"))))
+ "0cwl1d0wjpdk0v1l1qxiqiksmak950c8gx169c1q77cg0z18ijf9"))))
(build-system haskell-build-system)
(inputs
`(("ghc-async" ,ghc-async)