gf.cabal: gf depends on utf8-string even when compiled without server support

This commit is contained in:
hallgren
2013-04-02 14:50:01 +00:00
parent f26778feb0
commit eb3fc960d5

View File

@@ -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