Fixed gf-morpho-server.cabal name typo. Added basic README for morpho server.

This commit is contained in:
bjorn
2008-09-18 20:12:01 +00:00
parent 4437a84939
commit 279ba4823b
2 changed files with 21 additions and 0 deletions

View File

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