samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit c1609707cc377aeba0e930da89c87b2e270f8f64
Author: Timothy Sample <[email protected]>
Date: Thu Oct 31 13:21:32 2019 -0400
gnu: ghc-mono-traversable: Update to 1.0.13.0.
* gnu/packages/haskell-xyz.scm (ghc-mono-traversable): Update to 1.0.13.0.
---
gnu/packages/haskell-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 062287d..fc3faef 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -6715,7 +6715,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)
@@ -6724,7 +6724,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)