summaryrefslogtreecommitdiff
path: root/src/morpho-server/gf-morpho-server.cabal
blob: 590365109808e09c39a4d24b441fae15624850e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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