From 078edf3e6ba762da039d5de696c54cee324be08d Mon Sep 17 00:00:00 2001 From: hallgren Date: Tue, 2 Apr 2013 14:53:15 +0000 Subject: [PATCH] gf.cabal: fix tab char problem --- gf.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gf.cabal b/gf.cabal index f8961d5c1..4dd58b8a8 100644 --- a/gf.cabal +++ b/gf.cabal @@ -119,7 +119,7 @@ executable gf mtl, haskeline, parallel>=3, - utf8-string + utf8-string ghc-options: -threaded if flag(server) build-depends: httpd-shed, network, json, cgi