mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
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:
parent
a6a79897bc
commit
899b5297cc
1 changed files with 2 additions and 5 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue