[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
44/153: gnu: Add ghc-ansi-wl-pprint.
From: |
Paul |
Subject: |
44/153: gnu: Add ghc-ansi-wl-pprint. |
Date: |
Wed, 21 Oct 2015 16:07:21 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit 59628647b392322a8896c8ee2a0b70e5d6f3f44c
Author: Paul van der Walt <address@hidden>
Date: Thu Oct 15 21:13:08 2015 +0200
gnu: Add ghc-ansi-wl-pprint.
* gnu/packages/haskell.scm (ghc-ansi-wl-pprint): New variable.
---
gnu/packages/haskell.scm | 24 ++++++++++++++++++++++++
1 files changed, 24 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 97284a0..a61ad05 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -1406,6 +1406,30 @@ to annotate the text with semantic information, which
can later be rendered in
a variety of ways.")
(license bsd-3)))
+(define-public ghc-ansi-wl-pprint
+ (package
+ (name "ghc-ansi-wl-pprint")
+ (version "0.6.7.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+
"http://hackage.haskell.org/package/ansi-wl-pprint/ansi-wl-pprint-"
+ version
+ ".tar.gz"))
+ (sha256
+ (base32
+ "025pyphsjf0dnbrmj5nscbi6gzyigwgp3ifxb3psn7kji6mfr29p"))))
+ (build-system haskell-build-system)
+ (propagated-inputs
+ `(("ghc-ansi-terminal" ,ghc-ansi-terminal)))
+ (home-page "http://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
+\"A Prettier Printer\". It has been enhanced with support for ANSI terminal
+colored output using the ansi-terminal package.")
+ (license bsd-3)))
+
(define-public ghc-split
(package
(name "ghc-split")
- 48/153: gnu: Add ghc-optparse-applicative., (continued)
- 48/153: gnu: Add ghc-optparse-applicative., Paul, 2015/10/21
- 36/153: gnu: Add ghc-safe., Paul, 2015/10/21
- 41/153: gnu: Add ghc-quickcheck-unicode., Paul, 2015/10/21
- 62/153: gnu: Add ghc-tagged., Paul, 2015/10/21
- 18/153: gnu: cabal-install: Update to 1.22.6.0., Paul, 2015/10/21
- 11/153: gnu: ghc-hashable: Update to 1.2.3.3., Paul, 2015/10/21
- 37/153: gnu: Add ghc-generic-deriving., Paul, 2015/10/21
- 30/153: gnu: Add ghc-hspec-core., Paul, 2015/10/21
- 35/153: gnu: Add ghc-appar., Paul, 2015/10/21
- 45/153: gnu: Add ghc-base64-bytestring., Paul, 2015/10/21
- 44/153: gnu: Add ghc-ansi-wl-pprint.,
Paul <=
- 32/153: gnu: Add hspec-discover., Paul, 2015/10/21
- 51/153: gnu: Add ghc-mmorph., Paul, 2015/10/21
- 61/153: gnu: Add ghc-auto-update., Paul, 2015/10/21
- 47/153: gnu: Add ghc-fingertree., Paul, 2015/10/21
- 59/153: gnu: Add ghc-blaze-html., Paul, 2015/10/21
- 06/153: gnu: Add ghc-old-time., Paul, 2015/10/21
- 53/153: gnu: Add ghc-monad-control., Paul, 2015/10/21
- 05/153: gnu: xmonad: Patch for updated libraries., Paul, 2015/10/21
- 27/153: gnu: Add ghc-temporary., Paul, 2015/10/21
- 28/153: gnu: Add ghc-silently., Paul, 2015/10/21