From 0519493ca936c8e555cfdf9178195418e342ff05 Mon Sep 17 00:00:00 2001 From: hallgren Date: Tue, 28 Oct 2014 19:04:48 +0000 Subject: 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. --- gf.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gf.cabal') 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 -- cgit v1.2.3