1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-09 22:50:34 +02:00

gnu: ghc-mono-traversable: Update to 1.0.13.0.

* gnu/packages/haskell-xyz.scm (ghc-mono-traversable): Update to 1.0.13.0.
This commit is contained in:
Timothy Sample
2019-10-31 13:21:32 -04:00
parent 26c4104fd4
commit 23bb445b8b

View File

@@ -6698,7 +6698,7 @@ the @code{mtl-tf} package.")
(define-public ghc-mono-traversable
(package
(name "ghc-mono-traversable")
(version "1.0.9.0")
(version "1.0.13.0")
(source
(origin
(method url-fetch)
@@ -6707,7 +6707,7 @@ the @code{mtl-tf} package.")
"mono-traversable-" version ".tar.gz"))
(sha256
(base32
"0180ks0dyvpk1r20w5jw2w2n79mjnk69n9vhspaxzlyxqgim5psa"))))
"1bqy982lpdb83lacfy76n8kqw5bvd31avxj25kg8gkgycdh0g0ma"))))
(build-system haskell-build-system)
(inputs `(("ghc-unordered-containers" ,ghc-unordered-containers)
("ghc-hashable" ,ghc-hashable)