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,
|
pretty,
|
||||||
mtl,
|
mtl,
|
||||||
haskeline,
|
haskeline,
|
||||||
parallel>=3
|
parallel>=3,
|
||||||
|
utf8-string
|
||||||
ghc-options: -threaded
|
ghc-options: -threaded
|
||||||
if flag(server)
|
if flag(server)
|
||||||
build-depends: httpd-shed, network, utf8-string, json, cgi
|
build-depends: httpd-shed, network, json, cgi
|
||||||
-- ,silently
|
-- ,silently
|
||||||
cpp-options: -DSERVER_MODE
|
cpp-options: -DSERVER_MODE
|
||||||
other-modules: GFServer
|
other-modules: GFServer
|
||||||
|
|||||||
Reference in New Issue
Block a user