[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
101/153: gnu: Add ghc-hscolour.
From: |
Paul |
Subject: |
101/153: gnu: Add ghc-hscolour. |
Date: |
Thu, 22 Oct 2015 10:11:33 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit 2dd99794f30d622d23853dcfc24ed13a6afcbef7
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")
- 97/153: gnu: Add ghc-zip-archive., (continued)
- 97/153: gnu: Add ghc-zip-archive., Paul, 2015/10/22
- 100/153: gnu: Add ghc-comonad., Paul, 2015/10/22
- 68/153: gnu: Add ghc-http-types., Paul, 2015/10/22
- 70/153: gnu: Add ghc-semigroups., Paul, 2015/10/22
- 81/153: gnu: Add ghc-regex-tdfa-rc., Paul, 2015/10/22
- 66/153: gnu: Add ghc-unix-compat., Paul, 2015/10/22
- 84/153: gnu: Add ghc-lifted-base., Paul, 2015/10/22
- 82/153: gnu: Add ghc-tasty., Paul, 2015/10/22
- 87/153: gnu: Add ghc-tasty-quickcheck., Paul, 2015/10/22
- 80/153: gnu: Add ghc-clock., Paul, 2015/10/22
- 101/153: gnu: Add ghc-hscolour.,
Paul <=
- 102/153: gnu: Add ghc-polyparse., Paul, 2015/10/22
- 107/153: gnu: Add ghc-reflection., Paul, 2015/10/22
- 110/153: gnu: Add ghc-adjunctions., Paul, 2015/10/22
- 79/153: gnu: Add ghc-charset., Paul, 2015/10/22
- 85/153: gnu: Add ghc-word8., Paul, 2015/10/22
- 94/153: gnu: Add ghc-attoparsec., Paul, 2015/10/22
- 96/153: gnu: Add ghc-css-text., Paul, 2015/10/22
- 91/153: gnu: Add ghc-tasty-smallcheck., Paul, 2015/10/22
- 103/153: gnu: Add ghc-extra., Paul, 2015/10/22
- 104/153: gnu: Add ghc-profunctors., Paul, 2015/10/22