diff --git a/scaffold/cabal.cg b/scaffold/cabal.cg index 80f7e76e..625b614d 100644 --- a/scaffold/cabal.cg +++ b/scaffold/cabal.cg @@ -34,7 +34,7 @@ executable simple-server , hamlet , web-routes , hjsmin >= 0.0.4 && < 0.1 - ghc-options: -Wall + ghc-options: -Wall -threaded executable devel-server if flag(production) @@ -42,7 +42,7 @@ executable devel-server else build-depends: wai-handler-devel >= 0.1.0 && < 0.2 main-is: devel-server.hs - ghc-options: -Wall -O2 + ghc-options: -Wall -O2 -threaded executable fastcgi if flag(production)