TemplateHaskell extension added

This commit is contained in:
Michael Snoyman 2010-09-13 11:21:32 +02:00
parent d55c78dc19
commit cf4ff040ce

View File

@ -1,5 +1,5 @@
name: yesod
version: 0.5.0.3
version: 0.5.0.4
license: BSD3
license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com>
@ -80,6 +80,7 @@ executable yesod
ghc-options: -Wall
main-is: scaffold.hs
other-modules: CodeGenQ
extensions: TemplateHaskell
executable runtests
if flag(buildtests)