me
/
guix
Archived
1
0
Fork 0

gnu: ghc-profunctors: Update to 5.3.

* gnu/packages/haskell-xyz.scm (ghc-profunctors): Update to 5.3.
[arguments]: Remove '#:cabal-revision'.
master
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
1 changed files with 2 additions and 5 deletions

View File

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