diff options
author | Timothy Sample <samplet@ngyro.com> | 2019-10-31 13:21:32 -0400 |
---|---|---|
committer | Timothy Sample <samplet@ngyro.com> | 2019-11-20 20:48:36 -0500 |
commit | 23bb445b8bbeeca5ad056286bc12e416ebaa2f10 (patch) | |
tree | f9ceef80e95c6287697721bdbb6e168fed85884a | |
parent | 26c4104fd4dec0cbc1b3932e11edae5d2509df52 (diff) | |
download | patches-23bb445b8bbeeca5ad056286bc12e416ebaa2f10.tar patches-23bb445b8bbeeca5ad056286bc12e416ebaa2f10.tar.gz |
gnu: ghc-mono-traversable: Update to 1.0.13.0.
* gnu/packages/haskell-xyz.scm (ghc-mono-traversable): Update to 1.0.13.0.
-rw-r--r-- | gnu/packages/haskell-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm index d2813fc0eb..8bb70d130a 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm @@ -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) |