gnu: ghc-microlens: Update to 0.4.9.1.

* gnu/packages/haskell.scm (ghc-microlens): Update to 0.4.9.1.
master
Timothy Sample 2018-08-28 20:47:51 -04:00 committed by Ricardo Wurmus
parent 9959625056
commit f06b5f23c0
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -9665,7 +9665,7 @@ functions.")
(define-public ghc-microlens
(package
(name "ghc-microlens")
(version "0.4.8.3")
(version "0.4.9.1")
(source
(origin
(method url-fetch)
@ -9674,7 +9674,7 @@ functions.")
"microlens-" version ".tar.gz"))
(sha256
(base32
"17qx2mbqdrlnkc3gxq8njbp7qw8nh51drmz6fc8khgj9bls5ni2k"))))
"0j2nzf0vpx2anvsrg2w0vy2z4jn3kkcs2n6glkzblhn1j9piqh51"))))
(build-system haskell-build-system)
(home-page
"https://github.com/aelve/microlens")