diff options
author | Christoph Willing <c.willing@uq.edu.au> | 2012-07-25 21:15:01 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-07-25 21:15:01 -0500 |
commit | b1728e796efbf4645187f16ae97b10b74fdb221d (patch) | |
tree | 932f362a6adc807edaa7dc90b5ea0086515ced35 /haskell/hscolour/README | |
parent | b3ce1b797de851ce59fdd3af0b0732d2006e2adb (diff) | |
download | slackbuilds-b1728e796efbf4645187f16ae97b10b74fdb221d.tar.gz |
haskell/hscolour: Added (Haskell code colouriser)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'haskell/hscolour/README')
-rw-r--r-- | haskell/hscolour/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/haskell/hscolour/README b/haskell/hscolour/README new file mode 100644 index 0000000000..2e63f23d09 --- /dev/null +++ b/haskell/hscolour/README @@ -0,0 +1,10 @@ +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. + +HsColour is an optional build requirement for haskell-platform +where it is used for documentation generation. + +This requires ghc. |