summaryrefslogtreecommitdiff
path: root/src/example-based/gf-exb.cabal
diff options
context:
space:
mode:
authorJohn J. Camilleri <john@digitalgrammars.com>2018-11-28 14:47:20 +0100
committerJohn J. Camilleri <john@digitalgrammars.com>2018-11-28 14:47:20 +0100
commit6352799ccb7d7b9c7d006fd1149b1a977f78e9b3 (patch)
treeb4db91f52d0c0777be3ff92ca1beb3b8c0bab91c /src/example-based/gf-exb.cabal
parentb1611eccd82fa28d3a701a87291dc8d83537071e (diff)
parenta45c735545052501e53ecccfa33d0c3e42cc25fd (diff)
Merge branch 'master' into new-website
# Conflicts: # index.html
Diffstat (limited to 'src/example-based/gf-exb.cabal')
-rw-r--r--src/example-based/gf-exb.cabal25
1 files changed, 0 insertions, 25 deletions
diff --git a/src/example-based/gf-exb.cabal b/src/example-based/gf-exb.cabal
deleted file mode 100644
index 1366e75da..000000000
--- a/src/example-based/gf-exb.cabal
+++ /dev/null
@@ -1,25 +0,0 @@
-Name: gf-exb
-Version: 1.0
-Cabal-version: >= 1.8
-Build-type: Simple
-License: GPL
-Synopsis: Example-based grammar writing for the Grammatical Framework
-
-executable exb.fcgi
- main-is: exb-fcgi.hs
- Hs-source-dirs: . ../server ../compiler ../runtime/haskell
- other-modules: ExampleService ExampleDemo
- FastCGIUtils Cache GF.Compile.ToAPI
- -- and a lot more...
- ghc-options: -threaded
- if impl(ghc>=7.0)
- ghc-options: -rtsopts
-
- build-depends: base >=4.2 && <5, json, cgi, fastcgi, random,
- containers, old-time, directory, bytestring, utf8-string,
- pretty, array, mtl, fst, filepath
-
- if os(windows)
- ghc-options: -optl-mwindows
- else
- build-depends: unix