mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-17 08:49:31 -06:00
23 lines
513 B
Plaintext
23 lines
513 B
Plaintext
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
|