summaryrefslogtreecommitdiff
path: root/src/example-based
diff options
context:
space:
mode:
authorThomas Hallgren <th-github@altocumulus.org>2019-08-21 14:33:30 +0200
committerThomas Hallgren <th-github@altocumulus.org>2019-08-21 14:33:30 +0200
commita7a592d93ed28aeb1d3243f2438685071102a302 (patch)
tree3fdeaf7430ca3efa77420946734a225ee6c31eed /src/example-based
parentd1bb1de87f1f5c1189f7a19fc712835e976957bd (diff)
parent394d033d194df8c63eea7a0eca444168ae74844e (diff)
Merge branch 'master' of https://github.com/GrammaticalFramework/gf-core
Diffstat (limited to 'src/example-based')
-rw-r--r--src/example-based/gf-exb.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/example-based/gf-exb.cabal b/src/example-based/gf-exb.cabal
index 1366e75da..1ca75c5ec 100644
--- a/src/example-based/gf-exb.cabal
+++ b/src/example-based/gf-exb.cabal
@@ -9,7 +9,7 @@ executable exb.fcgi
main-is: exb-fcgi.hs
Hs-source-dirs: . ../server ../compiler ../runtime/haskell
other-modules: ExampleService ExampleDemo
- FastCGIUtils Cache GF.Compile.ToAPI
+ CGIUtils Cache GF.Compile.ToAPI
-- and a lot more...
ghc-options: -threaded
if impl(ghc>=7.0)
@@ -17,7 +17,7 @@ executable exb.fcgi
build-depends: base >=4.2 && <5, json, cgi, fastcgi, random,
containers, old-time, directory, bytestring, utf8-string,
- pretty, array, mtl, fst, filepath
+ pretty, array, mtl, time, filepath
if os(windows)
ghc-options: -optl-mwindows