Scaffolded cabal is always threaded
This commit is contained in:
parent
98a0545f0e
commit
e9eab1ee8e
@ -34,7 +34,7 @@ executable simple-server
|
|||||||
, hamlet
|
, hamlet
|
||||||
, web-routes
|
, web-routes
|
||||||
, hjsmin >= 0.0.4 && < 0.1
|
, hjsmin >= 0.0.4 && < 0.1
|
||||||
ghc-options: -Wall
|
ghc-options: -Wall -threaded
|
||||||
|
|
||||||
executable devel-server
|
executable devel-server
|
||||||
if flag(production)
|
if flag(production)
|
||||||
@ -42,7 +42,7 @@ executable devel-server
|
|||||||
else
|
else
|
||||||
build-depends: wai-handler-devel >= 0.1.0 && < 0.2
|
build-depends: wai-handler-devel >= 0.1.0 && < 0.2
|
||||||
main-is: devel-server.hs
|
main-is: devel-server.hs
|
||||||
ghc-options: -Wall -O2
|
ghc-options: -Wall -O2 -threaded
|
||||||
|
|
||||||
executable fastcgi
|
executable fastcgi
|
||||||
if flag(production)
|
if flag(production)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user