ghc-hscolour
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.
- Versions: 1.24.4
- Website: http://code.haskell.org/~malcolm/hscolour/
- Licenses: LGPL 2.1
- Package source: gnu/packages/haskell-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of ghc-hscolour
as follows:
guix install ghc-hscolour
Or install a particular version:
guix install ghc-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.
Badge code
You can use the following badge to inform users of ghc-hscolour about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/ghc-hscolour'><img src='https://packages.guix.gnu.org/packages/ghc-hscolour/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/ghc-hscolour)
Example Org:
[[https://packages.guix.gnu.org/packages/ghc-hscolour][https://packages.guix.gnu.org/packages/ghc-hscolour/badges/latest-version.svg]]