Build yesod threaded

This commit is contained in:
Michael Snoyman 2011-04-18 17:59:59 +03:00
parent 1aec06f73d
commit 44e22e9261

View File

@ -60,7 +60,7 @@ executable yesod
, http-types >= 0.6.1 && < 0.7
, blaze-builder >= 0.2 && < 0.4
, direct-plugins >= 1.1 && < 1.2
ghc-options: -Wall
ghc-options: -Wall -threaded
main-is: scaffold.hs
other-modules: CodeGen
Scaffold.Build