>From a2bae42c662147c1685138249e18b7d04fd4abee Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Mon, 25 Oct 2021 14:28:37 +0200 Subject: [PATCH 22/45] gnu: ghc-mono-traversable: Update to 1.0.15.3. * gnu/packages/haskell-xyz.scm (ghc-mono-traversable): Update to 1.0.15.3. [native-inputs]: Remove ghc-semigroups. --- gnu/packages/haskell-xyz.scm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm index 2474199df4..e21232801b 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm @@ -8300,7 +8300,7 @@ (define-public ghc-monads-tf (define-public ghc-mono-traversable (package (name "ghc-mono-traversable") - (version "1.0.15.1") + (version "1.0.15.3") (source (origin (method url-fetch) @@ -8309,7 +8309,7 @@ (define-public ghc-mono-traversable "mono-traversable-" version ".tar.gz")) (sha256 (base32 - "1psxhfjmpv3y54wy8f8dwa43finlj7aw2mry67pg521gxmwmppy2")))) + "1dvlp7r7r1lc3fxkwaz68f1nffg83240q8a989x24x1x67rj1clq")))) (build-system haskell-build-system) (outputs '("out" "static" "doc")) (inputs `(("ghc-unordered-containers" ,ghc-unordered-containers) @@ -8320,7 +8320,6 @@ (define-public ghc-mono-traversable (native-inputs `(("ghc-hspec" ,ghc-hspec) ("ghc-hunit" ,ghc-hunit) ("ghc-quickcheck" ,ghc-quickcheck) - ("ghc-semigroups" ,ghc-semigroups) ("ghc-foldl" ,ghc-foldl))) (home-page "https://github.com/snoyberg/mono-traversable") (synopsis "Haskell classes for mapping, folding, and traversing monomorphic -- 2.32.0