me
/
guix
Archived
1
0
Fork 0

gnu: ghc-lens: Update to 4.17.1.

* gnu/packages/haskell-xyz.scm (ghc-lens): Update to 4.17.1.
[arguments]: Remove '#:cabal-revision'.
master
Timothy Sample 2019-10-31 13:25:47 -04:00
parent a78262be5a
commit 262e63237c
No known key found for this signature in database
GPG Key ID: 2AC6A5EC1C357C59
1 changed files with 2 additions and 5 deletions

View File

@ -5703,7 +5703,7 @@ with @code{wc} (for a web service).")
(define-public ghc-lens (define-public ghc-lens
(package (package
(name "ghc-lens") (name "ghc-lens")
(version "4.16.1") (version "4.17.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -5711,11 +5711,8 @@ with @code{wc} (for a web service).")
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1im4drhbydbawd6i0jsrzpqihnmx4ywpkg7yg94ddwsw3mxwkgpm")))) "1gpkc53l2cggnfrgg5k4ih82rycjbdvpj9pnbi5cq8ms0dbvs4a7"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(arguments
`(#:cabal-revision
("2" "11h83lj5mba4grhz1qx3irz10ysm9c3k7k6i6xv2cr60q8xin3ri")))
(inputs (inputs
`(("ghc-base-orphans" ,ghc-base-orphans) `(("ghc-base-orphans" ,ghc-base-orphans)
("ghc-bifunctors" ,ghc-bifunctors) ("ghc-bifunctors" ,ghc-bifunctors)