mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-26 22:06:35 +01:00
b1728e796e
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
10 lines
440 B
Text
10 lines
440 B
Text
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.
|