[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/28: gnu: ghc-ansi-terminal: Downgrade to 0.8.0.4.
From: |
guix-commits |
Subject: |
08/28: gnu: ghc-ansi-terminal: Downgrade to 0.8.0.4. |
Date: |
Wed, 7 Aug 2019 23:28:31 -0400 (EDT) |
samplet pushed a commit to branch master
in repository guix.
commit 91732735f6f4029281ed6917d57a97544bd95e19
Author: Robert Vollmert <address@hidden>
Date: Tue Jul 9 15:43:21 2019 +0200
gnu: ghc-ansi-terminal: Downgrade to 0.8.0.4.
This reverts commits
cbff89d126bf5985cfa4884f543c0908c437ff41,
5a499d0f7d5b98443ed0b2c41f2651f66a84ab5e, and
4e3ebbfb1649063bcc0f350523868c667e6699dd.
* gnu/packages/haskell.scm (ghc-ansi-terminal): Downgrade to 0.8.0.4.
(ghc-ansi-terminal-0.8): Delete variable.
(ghc-ansi-wl-pprint, ghc-concurrent-output)[inputs]: Replace
'ghc-ansi-terminal-0.8' with 'ghc-ansi-terminal'.
* gnu/packages/haskell-check.scm (ghc-hedgehog)[inputs]: Likewise.
---
gnu/packages/haskell-check.scm | 2 +-
gnu/packages/haskell.scm | 23 ++++-------------------
2 files changed, 5 insertions(+), 20 deletions(-)
diff --git a/gnu/packages/haskell-check.scm b/gnu/packages/haskell-check.scm
index 2f0b842..589eee7 100644
--- a/gnu/packages/haskell-check.scm
+++ b/gnu/packages/haskell-check.scm
@@ -811,7 +811,7 @@ implementations of cryptographic ciphers.")
"0xz10ycdm5vk9nrcym1fi83k19frfwqz18bz8bnpzwvaj0j41yfj"))))
(build-system haskell-build-system)
(inputs
- `(("ghc-ansi-terminal" ,ghc-ansi-terminal-0.8)
+ `(("ghc-ansi-terminal" ,ghc-ansi-terminal)
("ghc-async" ,ghc-async)
("ghc-concurrent-output" ,ghc-concurrent-output)
("ghc-exceptions" ,ghc-exceptions)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 94480bb..a15a899 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -4038,7 +4038,7 @@ instances of the @code{Pretty} class.")
"0gnb4mkqryv08vncxnj0bzwcnd749613yw3cxfzw6y3nsldp4c56"))))
(build-system haskell-build-system)
(inputs
- `(("ghc-ansi-terminal" ,ghc-ansi-terminal-0.8)))
+ `(("ghc-ansi-terminal" ,ghc-ansi-terminal)))
(home-page "https://github.com/ekmett/ansi-wl-pprint")
(synopsis "Wadler/Leijen Pretty Printer for colored ANSI terminal output")
(description "This is a pretty printing library based on Wadler's paper
@@ -4283,7 +4283,7 @@ interface.")
(define-public ghc-ansi-terminal
(package
(name "ghc-ansi-terminal")
- (version "0.9.1")
+ (version "0.8.0.4")
(source
(origin
(method url-fetch)
@@ -4293,7 +4293,7 @@ interface.")
".tar.gz"))
(sha256
(base32
- "1yr0ld0kqns3w3j9gl62bdwshvyazidx4dv1qkvq19ivnf08w23l"))))
+ "0428gq8m3fdnb7ldcsyk97qcch76hcxbgh2666p6f76fs2qbhg7b"))))
(build-system haskell-build-system)
(inputs
`(("ghc-colour" ,ghc-colour)))
@@ -4304,21 +4304,6 @@ allows cursor movement, screen clearing, color output
showing or hiding the
cursor, and changing the title.")
(license license:bsd-3)))
-(define-public ghc-ansi-terminal-0.8
- (package (inherit ghc-ansi-terminal)
- (name "ghc-ansi-terminal")
- (version "0.8.0.4")
- (source
- (origin
- (method url-fetch)
- (uri (string-append
-
"https://hackage.haskell.org/package/ansi-terminal/ansi-terminal-"
- version
- ".tar.gz"))
- (sha256
- (base32
- "0428gq8m3fdnb7ldcsyk97qcch76hcxbgh2666p6f76fs2qbhg7b"))))))
-
(define-public ghc-vault
(package
(name "ghc-vault")
@@ -11931,7 +11916,7 @@ example of, \"An applicative functor that is not a
monad.\"")
(inputs
`(("ghc-async" ,ghc-async)
("ghc-exceptions" ,ghc-exceptions)
- ("ghc-ansi-terminal" ,ghc-ansi-terminal-0.8)
+ ("ghc-ansi-terminal" ,ghc-ansi-terminal)
("ghc-terminal-size" ,ghc-terminal-size)))
(home-page
"https://hackage.haskell.org/package/concurrent-output")
- 01/28: gnu: ghc-8: Rename to 'ghc-8.4'., (continued)
- 01/28: gnu: ghc-8: Rename to 'ghc-8.4'., guix-commits, 2019/08/07
- 05/28: gnu: ghc-validation: Do not generate 'Setup.hs'., guix-commits, 2019/08/07
- 07/28: gnu: ghc-validation: Downgrade to 1., guix-commits, 2019/08/07
- 02/28: gnu: Add ghc-8.6., guix-commits, 2019/08/07
- 03/28: import: hackage: Update list of ghc-included packages., guix-commits, 2019/08/07
- 06/28: gnu: ghc-concurrent-output: Downgrade to 1.10.9., guix-commits, 2019/08/07
- 10/28: gnu: Add ghc-language-glsl., guix-commits, 2019/08/07
- 12/28: gnu: Add ghc-readable., guix-commits, 2019/08/07
- 15/28: gnu: Add ghc-io-streams., guix-commits, 2019/08/07
- 22/28: gnu: Add ghc-snap-server., guix-commits, 2019/08/07
- 08/28: gnu: ghc-ansi-terminal: Downgrade to 0.8.0.4.,
guix-commits <=
- 09/28: gnu: Add ghc-prettyclass., guix-commits, 2019/08/07
- 11/28: gnu: Add ghc-concurrent-extra., guix-commits, 2019/08/07
- 17/28: gnu: Add ghc-hsopenssl., guix-commits, 2019/08/07
- 13/28: gnu: Add ghc-threads., guix-commits, 2019/08/07
- 14/28: gnu: Add ghc-zlib-bindings., guix-commits, 2019/08/07
- 18/28: gnu: Add ghc-openssl-streams., guix-commits, 2019/08/07
- 21/28: gnu: Add ghc-snap-core., guix-commits, 2019/08/07
- 26/28: gnu: ghc-libmpd-haskell: Disable tests., guix-commits, 2019/08/07
- 28/28: gnu: ghc-trifecta: Disable tests., guix-commits, 2019/08/07
- 20/28: gnu: Add ghc-http-streams., guix-commits, 2019/08/07