mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 11:19:32 -06:00
Added first version of the GF FastCGI server.
This commit is contained in:
21
src/server/gf-server.cabal
Normal file
21
src/server/gf-server.cabal
Normal 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
|
||||
Reference in New Issue
Block a user