diff options
Diffstat (limited to 'gf.cabal')
| -rw-r--r-- | gf.cabal | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -19,6 +19,10 @@ flag interrupt Description: Enable Ctrl+Break in the shell Default: True +flag server + Description: Include --server mode + Default: True + library build-depends: base >= 4.2 && <5, array, @@ -82,6 +86,10 @@ executable gf pretty, mtl, haskeline + if flag(server) + build-depends: httpd-shed, network, silently, utf8-string + cpp-options: -DSERVER_MODE + other-modules: GFServer build-tools: happy, alex if os(windows) build-depends: Win32 |
