summaryrefslogtreecommitdiff
path: root/src/morpho-server/gf-morpho-server.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'src/morpho-server/gf-morpho-server.cabal')
-rw-r--r--src/morpho-server/gf-morpho-server.cabal22
1 files changed, 0 insertions, 22 deletions
diff --git a/src/morpho-server/gf-morpho-server.cabal b/src/morpho-server/gf-morpho-server.cabal
deleted file mode 100644
index 590365109..000000000
--- a/src/morpho-server/gf-morpho-server.cabal
+++ /dev/null
@@ -1,22 +0,0 @@
-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