diff options
| author | hallgren <hallgren@chalmers.se> | 2013-04-02 14:50:01 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2013-04-02 14:50:01 +0000 |
| commit | eb3fc960d5df1f6de565927bd0757a6dfd233fe1 (patch) | |
| tree | 63a534b72953e41e0ceb22e819c6a0a62812b10d | |
| parent | f26778feb07bacab026f891b461f629c221c1bb8 (diff) | |
gf.cabal: gf depends on utf8-string even when compiled without server support
| -rw-r--r-- | gf.cabal | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |
