me
/
guix
Archived
1
0
Fork 0

gnu: ghc-microlens-platform: Update to 0.3.11.

* gnu/packages/haskell-xyz.scm (ghc-microlens-platform): Update to 0.3.11.
master
Timothy Sample 2019-10-31 10:10:48 -04:00
parent 33268e2c0b
commit 85decc1f6f
No known key found for this signature in database
GPG Key ID: 2AC6A5EC1C357C59
1 changed files with 2 additions and 2 deletions

View File

@ -6256,7 +6256,7 @@ readme @uref{https://github.com/aelve/microlens#readme, on Github}.")
(define-public ghc-microlens-platform
(package
(name "ghc-microlens-platform")
(version "0.3.10")
(version "0.3.11")
(source
(origin
(method url-fetch)
@ -6265,7 +6265,7 @@ readme @uref{https://github.com/aelve/microlens#readme, on Github}.")
"microlens-platform/microlens-platform-" version ".tar.gz"))
(sha256
(base32
"1d4nhmgf9jq0ixc7qhwm7aaw3xdr0nalw58d0ydsydgf02cyazwv"))))
"18950lxgmsg5ksvyyi3zs1smjmb1qf1q73a3p3g44bh21miz0xwb"))))
(build-system haskell-build-system)
(inputs
`(("ghc-hashable" ,ghc-hashable)