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.
This commit is contained in:
Robert Vollmert 2019-07-09 15:44:07 +02:00 committed by Timothy Sample
parent 1c54c30d9c
commit f74aa98ed7
No known key found for this signature in database
GPG Key ID: 2AC6A5EC1C357C59
1 changed files with 3 additions and 3 deletions

View File

@ -11913,7 +11913,7 @@ example of, \"An applicative functor that is not a monad.\"")
(define-public ghc-concurrent-output (define-public ghc-concurrent-output
(package (package
(name "ghc-concurrent-output") (name "ghc-concurrent-output")
(version "1.10.10") (version "1.10.9")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -11923,12 +11923,12 @@ example of, \"An applicative functor that is not a monad.\"")
".tar.gz")) ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1wnjxnwbc3l853kiiijagzjyb6fmhz3lmkwls24plbximl1qrr22")))) "0mwf155w89nbbkjln7hhbn8k3f8p0ylcvgrg31cm7ijpx4499i4c"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(inputs (inputs
`(("ghc-async" ,ghc-async) `(("ghc-async" ,ghc-async)
("ghc-exceptions" ,ghc-exceptions) ("ghc-exceptions" ,ghc-exceptions)
("ghc-ansi-terminal" ,ghc-ansi-terminal) ("ghc-ansi-terminal" ,ghc-ansi-terminal-0.8)
("ghc-terminal-size" ,ghc-terminal-size))) ("ghc-terminal-size" ,ghc-terminal-size)))
(home-page (home-page
"https://hackage.haskell.org/package/concurrent-output") "https://hackage.haskell.org/package/concurrent-output")