From 74b30be0273b9692ee24292e75d13f125e1dbdf2 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 15 Aug 2018 11:29:51 +0200 Subject: [PATCH] gnu: ghc-mono-traversable: Update to 1.0.9.0. * gnu/packages/haskell.scm (ghc-mono-traversable): Update to 1.0.9.0. --- gnu/packages/haskell.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 3e7d917f72..82baa82fd5 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -8878,7 +8878,7 @@ and are often as efficient as hand-written folds.") (define-public ghc-mono-traversable (package (name "ghc-mono-traversable") - (version "1.0.2.1") + (version "1.0.9.0") (source (origin (method url-fetch) @@ -8887,7 +8887,7 @@ and are often as efficient as hand-written folds.") "mono-traversable-" version ".tar.gz")) (sha256 (base32 - "0smirpwika7d5a98h20jr9jqg41n7vqfy7k31crmn449qfig9ljf")))) + "0180ks0dyvpk1r20w5jw2w2n79mjnk69n9vhspaxzlyxqgim5psa")))) (build-system haskell-build-system) (inputs `(("ghc-unordered-containers" ,ghc-unordered-containers) ("ghc-hashable" ,ghc-hashable)