diff options
| author | hallgren <hallgren@chalmers.se> | 2014-10-28 19:04:48 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2014-10-28 19:04:48 +0000 |
| commit | 0519493ca936c8e555cfdf9178195418e342ff05 (patch) | |
| tree | 6f9a8e31b43266591c160a945fd134c8f60b9bb3 /gf.cabal | |
| parent | e41d9e34bbb93a594b09fa390140149897a9112f (diff) | |
Use terminfo to highlight warnings and errors in blue and red
This replaces the hardwired ANSI escape codes that were accidentally included
in a previous patch.
This adds a dependency on terminfo, but this should be unproblematic, since
haskeline already depends on the same underlying C library.
The color highlighting is omitted on Windows.
Diffstat (limited to 'gf.cabal')
| -rw-r--r-- | gf.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -289,7 +289,7 @@ Library if os(windows) build-depends: Win32 else - build-depends: unix + build-depends: unix, terminfo>=0.4 Executable gf |
