hscolour-1.15: Colourise Haskell code.

Language.Haskell.HsColour.Options

Synopsis

Documentation

data Option Source

Command-line options

Constructors

Help

print usage message

Version

report version

Information

report auxiliary information, e.g. CSS defaults

Format Output

what type of output to produce

LHS Bool

literate input (i.e. multiple embedded fragments)

Anchors Bool

whether to add anchors

Partial Bool

whether to produce a full document or partial

Input FilePath

input source file

Output FilePath

output source file

Instances

data Output Source

The supported output formats.

Constructors

TTY

ANSI terminal codes

LaTeX

TeX macros

HTML

HTML with font tags

CSS

HTML with CSS.

ICSS

HTML with inline CSS.

MIRC

mIRC chat clients

Instances