From 4161bbf0eca77360e72373e935b1317291d0697a Mon Sep 17 00:00:00 2001 From: krangelov Date: Sun, 18 Aug 2019 09:12:30 +0200 Subject: [PATCH] fix reference to FastCGIUtils --- src/example-based/gf-exb.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)