guix-commits
[Top][All Lists]
Advanced

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

06/21: gnu: ghc-concurrent-output: Downgrade to 1.10.9.


From: guix-commits
Subject: 06/21: gnu: ghc-concurrent-output: Downgrade to 1.10.9.
Date: Thu, 25 Jul 2019 06:02:00 -0400 (EDT)

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

commit dab94cb0d0a2ad030263e40addc82adf772b106f
Author: Robert Vollmert <address@hidden>
Date:   Tue Jul 9 15:44:07 2019 +0200

    gnu: ghc-concurrent-output: Downgrade to 1.10.9.
    
    Stackage LTS version, compatible with ansi-terminal-0.8.
    
    * gnu/packages/haskell.scm (ghc-concurrent-output): Downgrade to 1.10.9.
---
 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 1c4becf..f8b976d 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -12005,7 +12005,7 @@ example of, \"An applicative functor that is not a 
monad.\"")
 (define-public ghc-concurrent-output
   (package
     (name "ghc-concurrent-output")
-    (version "1.10.10")
+    (version "1.10.9")
     (source
      (origin
        (method url-fetch)
@@ -12015,7 +12015,7 @@ example of, \"An applicative functor that is not a 
monad.\"")
              ".tar.gz"))
        (sha256
         (base32
-         "1wnjxnwbc3l853kiiijagzjyb6fmhz3lmkwls24plbximl1qrr22"))))
+         "0mwf155w89nbbkjln7hhbn8k3f8p0ylcvgrg31cm7ijpx4499i4c"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-async" ,ghc-async)



reply via email to

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