Add ViewPatterns to scaffold
This commit is contained in:
parent
cb65f421bf
commit
27cfef6edb
@ -414,6 +414,7 @@ library
|
||||
EmptyDataDecls
|
||||
NoMonomorphismRestriction
|
||||
DeriveDataTypeable
|
||||
ViewPatterns
|
||||
|
||||
build-depends: base >= 4 && < 5
|
||||
, yesod >= 1.4.0 && < 1.5
|
||||
|
||||
@ -420,6 +420,7 @@ library
|
||||
EmptyDataDecls
|
||||
NoMonomorphismRestriction
|
||||
DeriveDataTypeable
|
||||
ViewPatterns
|
||||
|
||||
build-depends: base >= 4 && < 5
|
||||
, yesod >= 1.4.0 && < 1.5
|
||||
|
||||
@ -457,6 +457,7 @@ library
|
||||
NoMonomorphismRestriction
|
||||
RankNTypes
|
||||
DeriveDataTypeable
|
||||
ViewPatterns
|
||||
|
||||
build-depends: base >= 4 && < 5
|
||||
, yesod >= 1.4.0 && < 1.5
|
||||
|
||||
@ -420,6 +420,7 @@ library
|
||||
EmptyDataDecls
|
||||
NoMonomorphismRestriction
|
||||
DeriveDataTypeable
|
||||
ViewPatterns
|
||||
|
||||
build-depends: base >= 4 && < 5
|
||||
, yesod >= 1.4.0 && < 1.5
|
||||
|
||||
@ -343,6 +343,7 @@ library
|
||||
EmptyDataDecls
|
||||
NoMonomorphismRestriction
|
||||
DeriveDataTypeable
|
||||
ViewPatterns
|
||||
|
||||
build-depends: base >= 4 && < 5
|
||||
, yesod >= 1.4.0 && < 1.5
|
||||
|
||||
@ -420,6 +420,7 @@ library
|
||||
EmptyDataDecls
|
||||
NoMonomorphismRestriction
|
||||
DeriveDataTypeable
|
||||
ViewPatterns
|
||||
|
||||
build-depends: base >= 4 && < 5
|
||||
, yesod >= 1.4.0 && < 1.5
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user