guix-commits
[Top][All Lists]
Advanced

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

40/257: gnu: ghc-mmorph: Update to 1.1.2.


From: Ricardo Wurmus
Subject: 40/257: gnu: ghc-mmorph: Update to 1.1.2.
Date: Thu, 27 Sep 2018 15:46:54 -0400 (EDT)

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

commit 95ebc1d5c1882a183684c22d19682ea27b81f3e8
Author: Timothy Sample <address@hidden>
Date:   Tue Aug 28 21:32:51 2018 -0400

    gnu: ghc-mmorph: Update to 1.1.2.
    
    * gnu/packages/haskell.scm (ghc-mmorph): Update to 1.1.2.
---
 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 4bfde42..a7e7404 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -4043,7 +4043,7 @@ with various performance characteristics.")
 (define-public ghc-mmorph
   (package
     (name "ghc-mmorph")
-    (version "1.0.6")
+    (version "1.1.2")
     (source
      (origin
        (method url-fetch)
@@ -4053,7 +4053,7 @@ with various performance characteristics.")
              ".tar.gz"))
        (sha256
         (base32
-         "1i8dzrc5qi3ryc9vrrmpn3sihmramsbhhd592w4w2k5g26qr3hql"))))
+         "1gjz1ib968lqybma7my1n19qq6cdj6a7nskrlnwy4jy9jrwzs2n9"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-transformers-compat" ,ghc-transformers-compat)))



reply via email to

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