summaryrefslogtreecommitdiff
path: root/src/server/gf-server.cabal
blob: f6104e481bebe8b5408bf95597e75d4b32e6e4ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
name: gf-server
version: 1.0
cabal-version: >= 1.2
build-type: Simple
license: GPL
license-file: LICENSE
synopsis: FastCGI Server for Grammatical Framework

executable gf.fcgi
  build-depends: base,
                 old-time,
                 unix,
                 directory,
                 gf,
                 cgi,
                 fastcgi,
                 json,
                 utf8-string
  main-is: MainFastCGI.hs
  other-modules:
    FastCGIUtils