guix-commits
[Top][All Lists]
Advanced

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

101/177: gnu: ghc-mmorph: Update to 1.0.6.


From: Ricardo Wurmus
Subject: 101/177: gnu: ghc-mmorph: Update to 1.0.6.
Date: Tue, 13 Feb 2018 07:38:19 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit aebb8db28929a74f67cf3f2dcf28469c8efe4b0e
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Feb 12 23:59:04 2018 +0100

    gnu: ghc-mmorph: Update to 1.0.6.
    
    * gnu/packages/haskell.scm (ghc-mmorph): Update to 1.0.6.
    [inputs]: Add ghc-mtl and ghc-transformers-compat.
---
 gnu/packages/haskell.scm | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index dfb7404..839ba1e 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -3626,7 +3626,7 @@ with various performance characteristics.")
 (define-public ghc-mmorph
   (package
     (name "ghc-mmorph")
-    (version "1.0.4")
+    (version "1.0.6")
     (source
      (origin
        (method url-fetch)
@@ -3636,10 +3636,12 @@ with various performance characteristics.")
              ".tar.gz"))
        (sha256
         (base32
-         "0k5zlzmnixfwcjrqvhgi3i6xg532b0gsjvc39v5jigw69idndqr2"))))
+         "1i8dzrc5qi3ryc9vrrmpn3sihmramsbhhd592w4w2k5g26qr3hql"))))
     (build-system haskell-build-system)
-    (home-page
-     "https://hackage.haskell.org/package/mmorph";)
+    (inputs
+     `(("ghc-mtl" ,ghc-mtl)
+       ("ghc-transformers-compat" ,ghc-transformers-compat)))
+    (home-page "https://hackage.haskell.org/package/mmorph";)
     (synopsis "Monad morphisms")
     (description
      "This library provides monad morphism utilities, most commonly used for



reply via email to

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