Added first version of the GF FastCGI server.

This commit is contained in:
bjorn
2008-08-14 09:06:26 +00:00
parent 3aee461ec0
commit 38d37c4149
5 changed files with 537 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
name: gf-server
version: 1.0
cabal-version: >= 1.2
build-type: Simple
license: GPL
license-file: LICENSE
synopsis: FastCGI Server for Grammatical Framework
executable gf.fcgi
build-depends: base,
old-time,
unix,
directory,
gf,
cgi,
fastcgi,
json,
utf8-string
main-is: MainFastCGI.hs
other-modules:
FastCGIUtils