From eb3fc960d5df1f6de565927bd0757a6dfd233fe1 Mon Sep 17 00:00:00 2001 From: hallgren Date: Tue, 2 Apr 2013 14:50:01 +0000 Subject: [PATCH] gf.cabal: gf depends on utf8-string even when compiled without server support --- gf.cabal | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gf.cabal b/gf.cabal index 55857e6ad..f8961d5c1 100644 --- a/gf.cabal +++ b/gf.cabal @@ -118,10 +118,11 @@ executable gf pretty, mtl, haskeline, - parallel>=3 + parallel>=3, + utf8-string ghc-options: -threaded if flag(server) - build-depends: httpd-shed, network, utf8-string, json, cgi + build-depends: httpd-shed, network, json, cgi -- ,silently cpp-options: -DSERVER_MODE other-modules: GFServer