summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2019-10-31 09:45:50 -0400
committerTimothy Sample <samplet@ngyro.com>2019-11-20 20:48:00 -0500
commit027beb557215fc2aa1160be0f51adfa47e5a4141 (patch)
treedc10ddb2e8c7ad2d431354987c98e32c5c5da658
parentf1b4a73fdc1ee5947a673daede1652d0d7fa0ea9 (diff)
downloadguix-patches-027beb557215fc2aa1160be0f51adfa47e5a4141.tar
guix-patches-027beb557215fc2aa1160be0f51adfa47e5a4141.tar.gz
gnu: ghc-microlens-ghc: Update to 0.4.10.
* gnu/packages/haskell-xyz.scm (ghc-microlens-ghc): Update to 0.4.10.
-rw-r--r--gnu/packages/haskell-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index db46c33505..87c3510774 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -6195,7 +6195,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)
@@ -6205,7 +6205,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")