EmptyDataDecls in scaffolding (needed by GHC 7.4)

This commit is contained in:
Michael Snoyman 2012-02-16 06:58:15 +02:00
parent a98c73a4c9
commit 221c5a35c7

View File

@ -48,6 +48,7 @@ library
GADTs
GeneralizedNewtypeDeriving
FlexibleContexts
EmptyDataDecls
executable ~project~
if flag(library-only)
@ -72,6 +73,7 @@ executable ~project~
GADTs
GeneralizedNewtypeDeriving
FlexibleContexts
EmptyDataDecls
build-depends: base >= 4 && < 5
, yesod >= 0.10 && < 0.11