Add ViewPatterns to scaffold

This commit is contained in:
Michael Snoyman 2014-10-16 19:20:42 +03:00
parent cb65f421bf
commit 27cfef6edb
7 changed files with 7 additions and 1 deletions

View File

@ -414,6 +414,7 @@ library
EmptyDataDecls
NoMonomorphismRestriction
DeriveDataTypeable
ViewPatterns
build-depends: base >= 4 && < 5
, yesod >= 1.4.0 && < 1.5

View File

@ -420,6 +420,7 @@ library
EmptyDataDecls
NoMonomorphismRestriction
DeriveDataTypeable
ViewPatterns
build-depends: base >= 4 && < 5
, yesod >= 1.4.0 && < 1.5

View File

@ -457,6 +457,7 @@ library
NoMonomorphismRestriction
RankNTypes
DeriveDataTypeable
ViewPatterns
build-depends: base >= 4 && < 5
, yesod >= 1.4.0 && < 1.5

View File

@ -420,6 +420,7 @@ library
EmptyDataDecls
NoMonomorphismRestriction
DeriveDataTypeable
ViewPatterns
build-depends: base >= 4 && < 5
, yesod >= 1.4.0 && < 1.5

View File

@ -343,6 +343,7 @@ library
EmptyDataDecls
NoMonomorphismRestriction
DeriveDataTypeable
ViewPatterns
build-depends: base >= 4 && < 5
, yesod >= 1.4.0 && < 1.5

View File

@ -420,6 +420,7 @@ library
EmptyDataDecls
NoMonomorphismRestriction
DeriveDataTypeable
ViewPatterns
build-depends: base >= 4 && < 5
, yesod >= 1.4.0 && < 1.5

View File

@ -1,5 +1,5 @@
name: yesod-bin
version: 1.4.0.1
version: 1.4.0.2
license: MIT
license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com>