gnu: ghc-easy-file: Update to 0.2.2.

* gnu/packages/haskell.scm (ghc-easy-file): Update to 0.2.2.
This commit is contained in:
Timothy Sample 2018-08-28 20:33:08 -04:00 committed by Ricardo Wurmus
parent d05d03dda0
commit 7d887a2cec
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -4253,7 +4253,7 @@ (define-public ghc-blaze-markup
(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 @@ (define-public ghc-easy-file
".tar.gz"))
(sha256
(base32
"0v75081bx4qzlqy29hh639nzlr7dncwza3qxbzm9njc4jarf31pz"))))
"0zmlcz723051qpn8l8vi51c5rx1blwrw4094jcshkmj8p9r2xxaj"))))
(build-system haskell-build-system)
(home-page
"https://github.com/kazu-yamamoto/easy-file")