rekado pushed a commit to branch wip-haskell
in repository guix.
commit bcab70f13199aeba81fa233b271ebc746808cb85
Author: Timothy Sample <[email protected]>
Date: Tue Aug 28 20:20:26 2018 -0400
gnu: ghc-ansi-terminal: Update to 0.8.0.4.
* gnu/packages/haskell.scm (ghc-ansi-terminal): Update to 0.8.0.4.
[inputs]: Add ghc-colour.
---
gnu/packages/haskell.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 93d855d..cc5dc15 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -3943,7 +3943,7 @@ package into this package.")
(define-public ghc-ansi-terminal
(package
(name "ghc-ansi-terminal")
- (version "0.6.2.3")
+ (version "0.8.0.4")
(source
(origin
(method url-fetch)
@@ -3953,8 +3953,10 @@ package into this package.")
".tar.gz"))
(sha256
(base32
- "0hpfw0k025y681m9ml1c712skrb1p4vh7z5x1f0ci9ww7ssjrh2d"))))
+ "0428gq8m3fdnb7ldcsyk97qcch76hcxbgh2666p6f76fs2qbhg7b"))))
(build-system haskell-build-system)
+ (inputs
+ `(("ghc-colour" ,ghc-colour)))
(home-page "https://github.com/feuerbach/ansi-terminal")
(synopsis "ANSI terminal support for Haskell")
(description "This package provides ANSI terminal support for Haskell. It