guix-commits
[Top][All Lists]
Advanced

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

228/328: gnu: ghc-mono-traversable: Update to 1.0.13.0.


From: guix-commits
Subject: 228/328: gnu: ghc-mono-traversable: Update to 1.0.13.0.
Date: Sat, 16 Nov 2019 19:33:13 -0500 (EST)

samplet pushed a commit to branch wip-haskell-updates
in repository guix.

commit 87440dfb15c2ab4d61eaabeb71047696744fde71
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 13:21:32 2019 -0400

    gnu: ghc-mono-traversable: Update to 1.0.13.0.
    
    * gnu/packages/haskell-xyz.scm (ghc-mono-traversable): Update to 1.0.13.0.
---
 gnu/packages/haskell-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index d2813fc..8bb70d1 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)



reply via email to

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