rekado pushed a commit to branch wip-haskell
in repository guix.
commit 042ea77dc680b3389388461506fe478262ef4a73
Author: Timothy Sample <[email protected]>
Date: Tue Aug 28 20:33:08 2018 -0400
gnu: ghc-easy-file: Update to 0.2.2.
* gnu/packages/haskell.scm (ghc-easy-file): Update to 0.2.2.
---
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 e1dfb9b..9df5e03 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -4253,7 +4253,7 @@ library for Haskell.")
(define-public ghc-easy-file
(package
(name "ghc-easy-file")
- (version "0.2.1")
+ (version "0.2.2")
(source
(origin
(method url-fetch)
@@ -4263,7 +4263,7 @@ library for Haskell.")
".tar.gz"))
(sha256
(base32
- "0v75081bx4qzlqy29hh639nzlr7dncwza3qxbzm9njc4jarf31pz"))))
+ "0zmlcz723051qpn8l8vi51c5rx1blwrw4094jcshkmj8p9r2xxaj"))))
(build-system haskell-build-system)
(home-page
"https://github.com/kazu-yamamoto/easy-file")