[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 16/43] gnu: ghc-ansi-terminal: New variable.
From: |
Paul van der Walt |
Subject: |
[PATCH 16/43] gnu: ghc-ansi-terminal: New variable. |
Date: |
Thu, 15 Oct 2015 14:21:10 +0200 |
* gnu/package/haskell.scm (ghc-ansi-terminal): New variable.
---
gnu/packages/haskell.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 6645a9d..4ec4971 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -1212,6 +1212,29 @@ mutable and immutable), with a powerful loop
optimisation framework.")
package into this package.")
(license bsd-3)))
+(define-public ghc-ansi-terminal
+ (package
+ (name "ghc-ansi-terminal")
+ (version "0.6.2.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "http://hackage.haskell.org/package/ansi-terminal/ansi-terminal-"
+ version
+ ".tar.gz"))
+ (sha256
+ (base32
+ "0hpfw0k025y681m9ml1c712skrb1p4vh7z5x1f0ci9ww7ssjrh2d"))))
+ (build-system haskell-build-system)
+ (home-page "https://github.com/feuerbach/ansi-terminal")
+ (synopsis "Simple ANSI terminal support, with Windows compatibility")
+ (description "ANSI terminal support for Haskell: allows cursor movement,
+screen clearing, color output showing or hiding the cursor, and changing the
+title. Compatible with Windows and those Unixes with ANSI terminals, but only
+GHC is supported as a compiler.")
+ (license bsd-3)))
+
(define-public ghc-http
(package
(name "ghc-http")
--
2.6.1
- [PATCH 07/43] gnu: ghc-hashable: Update to 1.2.3.3., (continued)
- [PATCH 07/43] gnu: ghc-hashable: Update to 1.2.3.3., Paul van der Walt, 2015/10/15
- [PATCH 17/43] gnu: ghc-containers: Remove variable., Paul van der Walt, 2015/10/15
- [PATCH 18/43] gnu: ghc-async: New variable., Paul van der Walt, 2015/10/15
- [PATCH 10/43] gnu: ghc-syb: Update to 0.6., Paul van der Walt, 2015/10/15
- [PATCH 12/43] gnu: ghc-network: Update to 2.6.2.1., Paul van der Walt, 2015/10/15
- [PATCH 08/43] gnu: ghc-primitive: Update to 0.6.1.0., Paul van der Walt, 2015/10/15
- [PATCH 16/43] gnu: ghc-ansi-terminal: New variable.,
Paul van der Walt <=
- [PATCH 24/43] gnu: ghc-split: Update dependencies., Paul van der Walt, 2015/10/15
- [PATCH 23/43] gnu: ghc-regex-base: New variables., Paul van der Walt, 2015/10/15
- [PATCH 11/43] gnu: ghc-vector: Update to 0.11.0.0., Paul van der Walt, 2015/10/15
- [PATCH 14/43] gnu: ghc-http: Update to 4000.2.20., Paul van der Walt, 2015/10/15
- [PATCH 13/43] gnu: ghc-old-time: Add variable., Paul van der Walt, 2015/10/15