From 05c2cfb628147f7d6fa0a6c2f38eb9d67b2eb007 Mon Sep 17 00:00:00 2001 From: Krasimir Angelov Date: Wed, 28 Nov 2018 14:34:15 +0100 Subject: remove the example-based folder. The code is still in the archive --- src/example-based/gf-exb.cabal | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 src/example-based/gf-exb.cabal (limited to 'src/example-based/gf-exb.cabal') 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 -- cgit v1.2.3