forked from GitHub/gf-core
Fixed gf-morpho-server.cabal name typo. Added basic README for morpho server.
This commit is contained in:
22
src/morpho-server/gf-morpho-server.cabal
Normal file
22
src/morpho-server/gf-morpho-server.cabal
Normal 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
|
||||
Reference in New Issue
Block a user