1
0
forked from GitHub/gf-core

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 0fdf2ceea2
commit e9f915ba9c
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