mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ghc-mono-traversable: Update to 1.0.15.3.
* gnu/packages/haskell-xyz.scm (ghc-mono-traversable): Update to 1.0.15.3. [native-inputs]: Remove ghc-semigroups.
This commit is contained in:
parent
d9641d4f7b
commit
eba970f1b6
1 changed files with 2 additions and 3 deletions
|
@ -8300,7 +8300,7 @@ the @code{mtl-tf} package.")
|
||||||
(define-public ghc-mono-traversable
|
(define-public ghc-mono-traversable
|
||||||
(package
|
(package
|
||||||
(name "ghc-mono-traversable")
|
(name "ghc-mono-traversable")
|
||||||
(version "1.0.15.1")
|
(version "1.0.15.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -8309,7 +8309,7 @@ the @code{mtl-tf} package.")
|
||||||
"mono-traversable-" version ".tar.gz"))
|
"mono-traversable-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1psxhfjmpv3y54wy8f8dwa43finlj7aw2mry67pg521gxmwmppy2"))))
|
"1dvlp7r7r1lc3fxkwaz68f1nffg83240q8a989x24x1x67rj1clq"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(outputs '("out" "static" "doc"))
|
(outputs '("out" "static" "doc"))
|
||||||
(inputs `(("ghc-unordered-containers" ,ghc-unordered-containers)
|
(inputs `(("ghc-unordered-containers" ,ghc-unordered-containers)
|
||||||
|
@ -8320,7 +8320,6 @@ the @code{mtl-tf} package.")
|
||||||
(native-inputs `(("ghc-hspec" ,ghc-hspec)
|
(native-inputs `(("ghc-hspec" ,ghc-hspec)
|
||||||
("ghc-hunit" ,ghc-hunit)
|
("ghc-hunit" ,ghc-hunit)
|
||||||
("ghc-quickcheck" ,ghc-quickcheck)
|
("ghc-quickcheck" ,ghc-quickcheck)
|
||||||
("ghc-semigroups" ,ghc-semigroups)
|
|
||||||
("ghc-foldl" ,ghc-foldl)))
|
("ghc-foldl" ,ghc-foldl)))
|
||||||
(home-page "https://github.com/snoyberg/mono-traversable")
|
(home-page "https://github.com/snoyberg/mono-traversable")
|
||||||
(synopsis "Haskell classes for mapping, folding, and traversing monomorphic
|
(synopsis "Haskell classes for mapping, folding, and traversing monomorphic
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue