mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ghc-semigroupoids: Update to 5.3.3.
* gnu/packages/haskell-xyz.scm (ghc-semigroupoids): Update to 5.3.3. [arguments]: Remove '#:cabal-revision'.
This commit is contained in:
parent
1a4fbc3647
commit
a8aaadf211
1 changed files with 2 additions and 5 deletions
|
@ -9024,7 +9024,7 @@ a memory chunk that will be auto-scrubbed after it run out of scope.")
|
||||||
(define-public ghc-semigroupoids
|
(define-public ghc-semigroupoids
|
||||||
(package
|
(package
|
||||||
(name "ghc-semigroupoids")
|
(name "ghc-semigroupoids")
|
||||||
(version "5.2.2")
|
(version "5.3.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -9034,11 +9034,8 @@ a memory chunk that will be auto-scrubbed after it run out of scope.")
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"17i96y4iqj8clcs090lf6k0ij3j16nj14vsfwz0mm9nd6i4gbpp4"))))
|
"016hc4imr9l4szs3p7f1aahvxr5wv4clvr3qzrm3nibssg5vrs61"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(arguments
|
|
||||||
`(#:cabal-revision
|
|
||||||
("4" "0pqfrxzypjq6z8lgdkzq4vhcyqkpk5326hny0r6snpc3gm78r4ij")))
|
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-base-orphans" ,ghc-base-orphans)
|
`(("ghc-base-orphans" ,ghc-base-orphans)
|
||||||
("ghc-transformers-compat" ,ghc-transformers-compat)
|
("ghc-transformers-compat" ,ghc-transformers-compat)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue