[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
19/151: gnu: Add ghc-ansi-terminal.
From: |
Paul |
Subject: |
19/151: gnu: Add ghc-ansi-terminal. |
Date: |
Tue, 20 Oct 2015 15:29:43 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit fb81d6e682030a6324f0bf428769f2bd7d31b836
Author: Paul van der Walt <address@hidden>
Date: Wed Oct 14 23:35:19 2015 +0200
gnu: Add ghc-ansi-terminal.
* gnu/package/haskell.scm (ghc-ansi-terminal): New variable.
---
gnu/packages/haskell.scm | 22 ++++++++++++++++++++++
1 files changed, 22 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 280b1b8..0d06126 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -1206,6 +1206,28 @@ 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 "ANSI terminal support for Haskell")
+ (description "This package provides ANSI terminal support for Haskell. It
+allows cursor movement, screen clearing, color output showing or hiding the
+cursor, and changing the title.")
+ (license bsd-3)))
+
(define-public ghc-http
(package
(name "ghc-http")
- 12/151: gnu: ghc-primitive: Update to 0.6.1.0., (continued)
- 12/151: gnu: ghc-primitive: Update to 0.6.1.0., Paul, 2015/10/20
- 17/151: gnu: ghc-http: Update to 4000.2.20., Paul, 2015/10/20
- 23/151: gnu: Add ghc-stringbuilder., Paul, 2015/10/20
- 15/151: gnu: ghc-vector: Update to 0.11.0.0., Paul, 2015/10/20
- 24/151: gnu: Add ghc-quickcheck-io., Paul, 2015/10/20
- 22/151: gnu: Add ghc-setenv., Paul, 2015/10/20
- 36/151: gnu: Add ghc-safe., Paul, 2015/10/20
- 25/151: gnu: Add ghc-transformers-compat., Paul, 2015/10/20
- 27/151: gnu: Add ghc-temporary., Paul, 2015/10/20
- 18/151: gnu: cabal-install: Update to 1.22.6.0., Paul, 2015/10/20
- 19/151: gnu: Add ghc-ansi-terminal.,
Paul <=
- 32/151: gnu: Add hspec-discover., Paul, 2015/10/20
- 31/151: gnu: Add ghc-hspec-meta., Paul, 2015/10/20
- 29/151: gnu: Add ghc-hspec-expectations., Paul, 2015/10/20
- 34/151: gnu: Add ghc-regex-base., Paul, 2015/10/20
- 26/151: gnu: Add ghc-exceptions., Paul, 2015/10/20
- 28/151: gnu: Add ghc-silently., Paul, 2015/10/20
- 35/151: gnu: Add ghc-appar., Paul, 2015/10/20
- 41/151: gnu: Add ghc-quickcheck-unicode., Paul, 2015/10/20
- 33/151: gnu: Add ghc-hspec., Paul, 2015/10/20
- 37/151: gnu: Add ghc-generic-deriving., Paul, 2015/10/20