summary refs log tree commit diff
path: root/gnu/packages/haskell.scm
diff options
context:
space:
mode:
authorRobert Vollmert <rob@vllmrt.net>2019-07-09 15:44:07 +0200
committerTimothy Sample <samplet@ngyro.com>2019-08-07 22:05:30 -0400
commitf74aa98ed73f53cc9963dafed546a0e9cfd293e3 (patch)
treedd776dfb98fc7d30251cdfdc46a995b504cee333 /gnu/packages/haskell.scm
parent1c54c30d9cb3b822e06aa745289c72e31b6c97db (diff)
downloadguix-f74aa98ed73f53cc9963dafed546a0e9cfd293e3.tar.gz
gnu: ghc-concurrent-output: Downgrade to 1.10.9.
This is the Stackage LTS version, which is compatible with
ansi-terminal 0.8.

* gnu/packages/haskell.scm (ghc-concurrent-output): Downgrade to 1.10.9
and use ghc-ansi-terminal-0.8.
Diffstat (limited to 'gnu/packages/haskell.scm')
-rw-r--r--gnu/packages/haskell.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 15767161c9..9ce72fb877 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -11913,7 +11913,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)
@@ -11923,12 +11923,12 @@ 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)
        ("ghc-exceptions" ,ghc-exceptions)
-       ("ghc-ansi-terminal" ,ghc-ansi-terminal)
+       ("ghc-ansi-terminal" ,ghc-ansi-terminal-0.8)
        ("ghc-terminal-size" ,ghc-terminal-size)))
     (home-page
      "https://hackage.haskell.org/package/concurrent-output")