mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 23:36:35 +01:00
gnu: ghc-semigroupoids: Update to 5.1.
* gnu/packages/haskell.scm (ghc-semigroupoids): Update to 5.1.
This commit is contained in:
parent
38646a6272
commit
416092e7dd
1 changed files with 2 additions and 2 deletions
|
@ -4355,7 +4355,7 @@ (define-public ghc-bifunctors
|
||||||
(define-public ghc-semigroupoids
|
(define-public ghc-semigroupoids
|
||||||
(package
|
(package
|
||||||
(name "ghc-semigroupoids")
|
(name "ghc-semigroupoids")
|
||||||
(version "5.0.0.4")
|
(version "5.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -4365,7 +4365,7 @@ (define-public ghc-semigroupoids
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1jf7jnfhdvl6p18wdr21yi2fim1xb8alcn6szhrdswj0dkilgq6d"))))
|
"0dgqc59p4xx5cl8qkpm6sn4wd3n59rq7l6din76hf10bnklqrb0n"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(arguments `(#:tests? #f)) ; FIXME: doctest packagedb propagation problem.
|
(arguments `(#:tests? #f)) ; FIXME: doctest packagedb propagation problem.
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Loading…
Reference in a new issue