forked from GitHub/gf-core
gf.cabal: gf depends on utf8-string even when compiled without server support
This commit is contained in:
5
gf.cabal
5
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
|
||||
|
||||
Reference in New Issue
Block a user