This package browser is in early development. Mind the rough edges.

hscolour

Script to colourise Haskell code

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.

Installation

Install the latest version of hscolour as follows:

guix install hscolour

Or install a particular version:

guix install hscolour@1.24.4

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.