Skip to content

ghci: colorise command output

Marcin Szamotulski requested to merge coot/ghc:coot/ghc-colours into master

A basic colour output for ghci commands (e.g. :type or :browse). This makes output of :browse easier to read. Colours can be enabled / disabled with the existing option -fdiagnostics-color.

Merge request reports