samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit 6cfc20b389fb2265a1b8753937f8f06364a8426e
Author: Timothy Sample <[email protected]>
Date: Thu Oct 31 09:45:50 2019 -0400
gnu: ghc-microlens-ghc: Update to 0.4.10.
* gnu/packages/haskell-xyz.scm (ghc-microlens-ghc): Update to 0.4.10.
---
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 815f1b3..1e293c2 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -6192,7 +6192,7 @@ stripped. As the result, this package has no
dependencies.")
(define-public ghc-microlens-ghc
(package
(name "ghc-microlens-ghc")
- (version "0.4.9.1")
+ (version "0.4.10")
(source
(origin
(method url-fetch)
@@ -6202,7 +6202,7 @@ stripped. As the result, this package has no
dependencies.")
".tar.gz"))
(sha256
(base32
- "03iwgg8zww9irv59l70c8yy7vzxir1zf66y12210xk91k5hq6jrj"))))
+ "102dbrdsdadxbbhvx8avv1wbk84767a7lkb8ckp3zxk9g7qlly33"))))
(build-system haskell-build-system)
(inputs `(("ghc-microlens" ,ghc-microlens)))
(home-page "https://github.com/monadfix/microlens")