TemplateHaskell extension added
This commit is contained in:
parent
d55c78dc19
commit
cf4ff040ce
@ -1,5 +1,5 @@
|
|||||||
name: yesod
|
name: yesod
|
||||||
version: 0.5.0.3
|
version: 0.5.0.4
|
||||||
license: BSD3
|
license: BSD3
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
author: Michael Snoyman <michael@snoyman.com>
|
author: Michael Snoyman <michael@snoyman.com>
|
||||||
@ -80,6 +80,7 @@ executable yesod
|
|||||||
ghc-options: -Wall
|
ghc-options: -Wall
|
||||||
main-is: scaffold.hs
|
main-is: scaffold.hs
|
||||||
other-modules: CodeGenQ
|
other-modules: CodeGenQ
|
||||||
|
extensions: TemplateHaskell
|
||||||
|
|
||||||
executable runtests
|
executable runtests
|
||||||
if flag(buildtests)
|
if flag(buildtests)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user