summaryrefslogtreecommitdiff
path: root/gf.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'gf.cabal')
-rw-r--r--gf.cabal3
1 files changed, 2 insertions, 1 deletions
diff --git a/gf.cabal b/gf.cabal
index ae1d73774..7b2a49c89 100644
--- a/gf.cabal
+++ b/gf.cabal
@@ -112,7 +112,8 @@ executable gf
parallel
ghc-options: -threaded
if flag(server)
- build-depends: httpd-shed, network, silently, utf8-string, json, cgi
+ build-depends: httpd-shed, network, utf8-string, json, cgi
+ -- ,silently
cpp-options: -DSERVER_MODE
other-modules: GFServer
hs-source-dirs: src/server src/server/transfer src/example-based