summaryrefslogtreecommitdiff
path: root/src/example-based
diff options
context:
space:
mode:
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