[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
101/151: gnu: Add ghc-hscolour.
From: |
Paul |
Subject: |
101/151: gnu: Add ghc-hscolour. |
Date: |
Tue, 20 Oct 2015 15:31:04 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit 5abf6da1b722d14a418109e00a92643dd4079814
Author: Paul van der Walt <address@hidden>
Date: Thu Oct 15 15:36:26 2015 +0200
gnu: Add ghc-hscolour.
* gnu/packages/haskell.scm (ghc-hscolour): 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 905471d..ebad06a 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -1331,6 +1331,30 @@ for better error messages.")
(description "This library provides @code{Comonad}s for Haskell.")
(license bsd-3)))
+(define-public ghc-hscolour
+ (package
+ (name "ghc-hscolour")
+ (version "1.23")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "http://hackage.haskell.org/package/hscolour/hscolour-"
+ version
+ ".tar.gz"))
+ (sha256
+ (base32
+ "1c4i2zpami8g3w9949nm3f92g7xwh5c94vkx658zz7ihrjp7w5lp"))))
+ (build-system haskell-build-system)
+ (home-page "https://hackage.haskell.org/package/hscolour")
+ (synopsis "Script to colourise Haskell code")
+ (description "HSColour is a small Haskell script to colourise Haskell
+code. It currently has six output formats: ANSI terminal codes (optionally
+XTerm-256colour codes), HTML 3.2 with font tags, HTML 4.01 with CSS, HTML 4.01
+with CSS and mouseover annotations, XHTML 1.0 with inline CSS styling, LaTeX,
+and mIRC chat codes.")
+ (license bsd-3)))
+
(define-public ghc-appar
(package
(name "ghc-appar")
- 86/151: gnu: Add ghc-stringsearch., (continued)
- 86/151: gnu: Add ghc-stringsearch., Paul, 2015/10/20
- 93/151: gnu: Add ghc-scientific., Paul, 2015/10/20
- 92/151: gnu: Add ghc-tasty-ant-xml., Paul, 2015/10/20
- 90/151: gnu: Add ghc-smallcheck., Paul, 2015/10/20
- 99/151: gnu: Add ghc-distributive., Paul, 2015/10/20
- 89/151: gnu: Add ghc-tasty-golden., Paul, 2015/10/20
- 94/151: gnu: Add ghc-attoparsec., Paul, 2015/10/20
- 88/151: gnu: Add ghc-temporary-rc., Paul, 2015/10/20
- 87/151: gnu: Add ghc-tasty-quickcheck., Paul, 2015/10/20
- 83/151: gnu: Add ghc-tasty-hunit., Paul, 2015/10/20
- 101/151: gnu: Add ghc-hscolour.,
Paul <=
- 104/151: gnu: Add ghc-profunctors., Paul, 2015/10/20
- 103/151: gnu: Add ghc-extra., Paul, 2015/10/20
- 105/151: gnu: Add ghc-semigroupoids., Paul, 2015/10/20
- 100/151: gnu: Add ghc-comonad., Paul, 2015/10/20
- 96/151: gnu: Add ghc-css-text., Paul, 2015/10/20
- 98/151: gnu: Add ghc-cereal., Paul, 2015/10/20
- 102/151: gnu: Add ghc-polyparse., Paul, 2015/10/20
- 108/151: gnu: Add ghc-prelude-extras., Paul, 2015/10/20
- 106/151: gnu: Add ghc-reducers., Paul, 2015/10/20
- 107/151: gnu: Add ghc-reflection., Paul, 2015/10/20