gnu: ghc-profunctors: Update to 5.3.

* gnu/packages/haskell-xyz.scm (ghc-profunctors): Update to 5.3.
[arguments]: Remove '#:cabal-revision'.
This commit is contained in:
Timothy Sample 2019-10-31 13:12:04 -04:00
parent a6a79897bc
commit 899b5297cc
No known key found for this signature in database
GPG key ID: 2AC6A5EC1C357C59

View file

@ -7944,7 +7944,7 @@ (define-public ghc-process-extras
(define-public ghc-profunctors
(package
(name "ghc-profunctors")
(version "5.2.2")
(version "5.3")
(source
(origin
(method url-fetch)
@ -7954,11 +7954,8 @@ (define-public ghc-profunctors
".tar.gz"))
(sha256
(base32
"0s1pwjidbn761xk43pmzyvn99hm3psdifjd78ylki7f97aiyd0g9"))))
"1dx3nkc27yxsrbrhh3iwhq7dl1xn6bj7n62yx6nh8vmpbg62lqvl"))))
(build-system haskell-build-system)
(arguments
`(#:cabal-revision
("2" "1ywlg9z8nlhd2avgb8c6gbkv8zyk7hvc25926bafyg0m0k8y1amq")))
(inputs
`(("ghc-base-orphans" ,ghc-base-orphans)
("ghc-bifunctors" ,ghc-bifunctors)