summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2019-10-31 00:41:50 -0400
committerTimothy Sample <samplet@ngyro.com>2019-11-20 20:47:55 -0500
commit82478c586a79da4232263223ab416695ce68691d (patch)
treed4d5db4b0a082e2d070124b8ec83400f447e4bff
parent1188eabb1548789ff5efcd4c176feef50f327813 (diff)
gnu: ghc-microlens: Update to 0.4.10.
* gnu/packages/haskell-xyz.scm (ghc-microlens): 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 2da10eb68e..df5c2886b5 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -6168,7 +6168,7 @@ efficient memo functions using tries.")
(define-public ghc-microlens
(package
(name "ghc-microlens")
- (version "0.4.9.1")
+ (version "0.4.10")
(source
(origin
(method url-fetch)
@@ -6177,7 +6177,7 @@ efficient memo functions using tries.")
"microlens-" version ".tar.gz"))
(sha256
(base32
- "0j2nzf0vpx2anvsrg2w0vy2z4jn3kkcs2n6glkzblhn1j9piqh51"))))
+ "1v277yyy4p9q57xr2lfp6qs24agglfczmcabrapxrzci3jfshmcw"))))
(build-system haskell-build-system)
(home-page
"https://github.com/aelve/microlens")