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

* gnu/packages/haskell.scm (ghc-mono-traversable): Update to 1.0.9.0.
master
Ricardo Wurmus 2018-08-15 11:29:51 +02:00 committed by Ricardo Wurmus
parent 37d79707e3
commit 74b30be027
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -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)