diff options
Diffstat (limited to 'src/server/gf-server.cabal')
| -rw-r--r-- | src/server/gf-server.cabal | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/server/gf-server.cabal b/src/server/gf-server.cabal index f79f81f72..c3cadd84f 100644 --- a/src/server/gf-server.cabal +++ b/src/server/gf-server.cabal @@ -16,8 +16,9 @@ flag content executable pgf-http main-is: pgf-http.hs + Hs-source-dirs: . transfer other-modules: PGFService FastCGIUtils Cache URLEncoding - RunHTTP ServeStaticFile + RunHTTP ServeStaticFile Fold ghc-options: -threaded if impl(ghc>=7.0) ghc-options: -rtsopts @@ -44,7 +45,8 @@ executable pgf-http executable pgf-service main-is: pgf-fcgi.hs - other-modules: PGFService FastCGIUtils Cache URLEncoding + Hs-source-dirs: . transfer + other-modules: PGFService FastCGIUtils Cache URLEncoding Fold ghc-options: -threaded if impl(ghc>=7.0) ghc-options: -rtsopts |
