diff mbox series

[bug#36562,5/6] gnu: ghc-concurrent-output: Downgrade to 1.10.9.

Message ID 20190709155355.1078-5-rob@vllmrt.net
State Accepted
Headers show
Series [bug#36562,1/6] Revert "gnu: Add ghc-ansi-terminal-0.8." | expand

Commit Message

Robert Vollmert July 9, 2019, 3:53 p.m. UTC
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 mbox series

Patch

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 21e002f730..39ccbe8501 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -11466,7 +11466,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)
@@ -11476,7 +11476,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)