[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/27: gnu: ghc-concurrent-output: Downgrade to 1.10.9.
From: |
guix-commits |
Subject: |
07/27: gnu: ghc-concurrent-output: Downgrade to 1.10.9. |
Date: |
Thu, 1 Aug 2019 12:07:10 -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)
- branch wip-haskell-updates created (now 428680d), guix-commits, 2019/08/01
- 02/27: import: hackage: Update list of ghc-included packages., guix-commits, 2019/08/01
- 01/27: gnu: Add ghc-8.6., guix-commits, 2019/08/01
- 06/27: Revert "gnu: ghc-ansi-terminal: Update to 0.9.1.", guix-commits, 2019/08/01
- 05/27: gnu: ghc-hedgehog: Use ghc-ansi-terminal., guix-commits, 2019/08/01
- 07/27: gnu: ghc-concurrent-output: Downgrade to 1.10.9.,
guix-commits <=
- 12/27: gnu: ghc-yaml: Disable tests., guix-commits, 2019/08/01
- 09/27: gnu: Remove ghc-regex-tdfa-rc., guix-commits, 2019/08/01
- 15/27: gnu: Add ghc-snap-server., guix-commits, 2019/08/01
- 11/27: gnu: ghc-libmpd-haskell: Disable tests., guix-commits, 2019/08/01
- 16/27: gnu: Add ghc-http-streams., guix-commits, 2019/08/01
- 19/27: gnu: Add ghc-openssl-streams., guix-commits, 2019/08/01
- 18/27: gnu: Add ghc-hsopenssl., guix-commits, 2019/08/01
- 03/27: gnu: Remove ghc-parsec, ghc-stm, ghc-text, ghc-xhtml., guix-commits, 2019/08/01
- 27/27: gnu: Add ghc-concurrent-extra., guix-commits, 2019/08/01
- 25/27: gnu: Add ghc-prettyclass., guix-commits, 2019/08/01