summaryrefslogtreecommitdiff
path: root/gf.cabal
diff options
context:
space:
mode:
authorhallgren <hallgren@chalmers.se>2013-04-02 14:50:01 +0000
committerhallgren <hallgren@chalmers.se>2013-04-02 14:50:01 +0000
commiteb3fc960d5df1f6de565927bd0757a6dfd233fe1 (patch)
tree63a534b72953e41e0ceb22e819c6a0a62812b10d /gf.cabal
parentf26778feb07bacab026f891b461f629c221c1bb8 (diff)
gf.cabal: gf depends on utf8-string even when compiled without server support
Diffstat (limited to 'gf.cabal')
-rw-r--r--gf.cabal5
1 files 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