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.
- Versions: 1.24.4
- Website: https://hackage.haskell.org/package/hscolour
- Licenses: Modified BSD
- Package source: gnu/packages/haskell-apps.scm
- Builds: See build status
- Issues: See known issues
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.
Badge code
You can use the following badge to inform users of hscolour about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/hscolour'><img src='https://packages.guix.gnu.org/packages/hscolour/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[![Version in GNU Guix](https://packages.guix.gnu.org/packages/hscolour/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/hscolour)
Example Org:
[[https://packages.guix.gnu.org/packages/hscolour][https://packages.guix.gnu.org/packages/hscolour/badges/latest-version.svg]]