guix-commits
[Top][All Lists]
Advanced

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

07/28: gnu: ghc-concurrent-output: Downgrade to 1.10.9.


From: guix-commits
Subject: 07/28: gnu: ghc-concurrent-output: Downgrade to 1.10.9.
Date: Thu, 1 Aug 2019 12:14:03 -0400 (EDT)

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

commit f787a022b9294777e4a7a24b086d93d2760a633e
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 bd4880b..7acd658 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -12009,7 +12009,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)
@@ -12019,7 +12019,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]