EmptyDataDecls in scaffolding (needed by GHC 7.4)
This commit is contained in:
parent
a98c73a4c9
commit
221c5a35c7
@ -48,6 +48,7 @@ library
|
|||||||
GADTs
|
GADTs
|
||||||
GeneralizedNewtypeDeriving
|
GeneralizedNewtypeDeriving
|
||||||
FlexibleContexts
|
FlexibleContexts
|
||||||
|
EmptyDataDecls
|
||||||
|
|
||||||
executable ~project~
|
executable ~project~
|
||||||
if flag(library-only)
|
if flag(library-only)
|
||||||
@ -72,6 +73,7 @@ executable ~project~
|
|||||||
GADTs
|
GADTs
|
||||||
GeneralizedNewtypeDeriving
|
GeneralizedNewtypeDeriving
|
||||||
FlexibleContexts
|
FlexibleContexts
|
||||||
|
EmptyDataDecls
|
||||||
|
|
||||||
build-depends: base >= 4 && < 5
|
build-depends: base >= 4 && < 5
|
||||||
, yesod >= 0.10 && < 0.11
|
, yesod >= 0.10 && < 0.11
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user