hscolour 1.24.4
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.
- Outputs:
out
- 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 hscolour 1.24.4
as follows:
guix install hscolour@1.24.4
Or install the latest version:
guix install hscolour
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.