me
/
guix
Archived
1
0
Fork 0

gnu: ghc-microlens: Update to 0.4.10.

* gnu/packages/haskell-xyz.scm (ghc-microlens): Update to 0.4.10.
master
Timothy Sample 2019-10-31 00:41:50 -04:00
parent 1188eabb15
commit 82478c586a
No known key found for this signature in database
GPG Key ID: 2AC6A5EC1C357C59
1 changed files with 2 additions and 2 deletions

View File

@ -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")