guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

28/53: gnu: ghc-mono-traversable: Update to 1.0.9.0.


From: Ricardo Wurmus
Subject: 28/53: gnu: ghc-mono-traversable: Update to 1.0.9.0.
Date: Thu, 16 Aug 2018 11:05:00 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 74b30be0273b9692ee24292e75d13f125e1dbdf2
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Aug 15 11:29:51 2018 +0200

    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 3e7d917..82baa82 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]