aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2018-08-28 20:33:08 -0400
committerRicardo Wurmus <rekado@elephly.net>2018-10-01 12:12:08 +0200
commit7d887a2ceccdbec2abb6eaf5ae97c12849a7cbc6 (patch)
tree148158b0ae579dac5521c82255da5580022d29e0 /gnu/packages
parentd05d03dda05588cd31e1d5d05c1583c8d17dfa6e (diff)
downloadguix-7d887a2ceccdbec2abb6eaf5ae97c12849a7cbc6.tar.gz
guix-7d887a2ceccdbec2abb6eaf5ae97c12849a7cbc6.zip
gnu: ghc-easy-file: Update to 0.2.2.
* gnu/packages/haskell.scm (ghc-easy-file): Update to 0.2.2.
Diffstat (limited to 'gnu/packages')
-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 e1dfb9b1f0..9df5e030a0 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")