More functionality in "gf -server" mode

"gf -server" mode now includes PGF service and the services to support
example-based grammar writing. (But gf -server is not quite ready to replace
pgf-http yet...) 

Also bumped GF version number to 3.2.10-darcs
This commit is contained in:
hallgren
2011-10-10 16:16:16 +00:00
parent 5b980dcb93
commit 04d2dc757c
9 changed files with 81 additions and 45 deletions

View File

@@ -1,5 +1,5 @@
name: gf
version: 3.2.9
version: 3.2.10-darcs
cabal-version: >= 1.8
build-type: Custom
@@ -93,14 +93,19 @@ executable gf
mtl,
haskeline
if flag(server)
build-depends: httpd-shed, network, silently, utf8-string
build-depends: httpd-shed, network, silently, utf8-string, json, cgi
cpp-options: -DSERVER_MODE
other-modules: GFServer
hs-source-dirs: src/server src/server/transfer src/example-based
build-tools: happy, alex>=2 && <3
if os(windows)
build-depends: Win32
else
build-depends: unix
ghc-prof-options: -auto-all
ghc-options: -O2
if impl(ghc>=7.0)
ghc-options: -rtsopts