summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorkrangelov <kr.angelov@gmail.com>2019-08-18 09:12:30 +0200
committerkrangelov <kr.angelov@gmail.com>2019-08-18 09:12:30 +0200
commit4161bbf0eca77360e72373e935b1317291d0697a (patch)
tree2578cd125eced91a7304ea3756fd7c273cd5fa4e /src
parent148590927c698770a51e1c70057a96dc4c5a6c02 (diff)
fix reference to FastCGIUtils
Diffstat (limited to 'src')
-rw-r--r--src/example-based/gf-exb.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/example-based/gf-exb.cabal b/src/example-based/gf-exb.cabal
index 1366e75da..77d9c25ec 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)