guix-commits
[Top][All Lists]
Advanced

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

157/177: gnu: ghc-monad-control: Update to 1.0.1.0.


From: Ricardo Wurmus
Subject: 157/177: gnu: ghc-monad-control: Update to 1.0.1.0.
Date: Tue, 13 Feb 2018 07:38:28 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 009d0f6d74a8ef7d188ad2d2b320ceb40454f9d4
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Feb 13 11:34:58 2018 +0100

    gnu: ghc-monad-control: Update to 1.0.1.0.
    
    * gnu/packages/haskell.scm (ghc-monad-control): Update to 1.0.1.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 af9ee3a..9741d94 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -3672,7 +3672,7 @@ manipulating monad transformer stacks.")
 (define-public ghc-monad-control
   (package
     (name "ghc-monad-control")
-    (version "1.0.0.4")
+    (version "1.0.1.0")
     (source
      (origin
        (method url-fetch)
@@ -3681,7 +3681,7 @@ manipulating monad transformer stacks.")
              "/monad-control-" version ".tar.gz"))
        (sha256
         (base32
-         "07pn1p4m80wdd7gw62s4yny8rbvm60ka1q8qx5y1plznd8sbg179"))))
+         "1x018gi5irznx5rgzmkr2nrgh26r8cvqwkcfc6n6y05pdjf21c6l"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-stm" ,ghc-stm)



reply via email to

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