summaryrefslogtreecommitdiff
path: root/gf.cabal
diff options
context:
space:
mode:
authorhallgren <hallgren@chalmers.se>2014-10-28 19:04:48 +0000
committerhallgren <hallgren@chalmers.se>2014-10-28 19:04:48 +0000
commit0519493ca936c8e555cfdf9178195418e342ff05 (patch)
tree6f9a8e31b43266591c160a945fd134c8f60b9bb3 /gf.cabal
parente41d9e34bbb93a594b09fa390140149897a9112f (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.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/gf.cabal b/gf.cabal
index c60989d2f..ce1c24f0a 100644
--- a/gf.cabal
+++ b/gf.cabal
@@ -289,7 +289,7 @@ Library
if os(windows)
build-depends: Win32
else
- build-depends: unix
+ build-depends: unix, terminfo>=0.4
Executable gf