Add ViewPatterns to scaffold
This commit is contained in:
parent
cb65f421bf
commit
27cfef6edb
@ -414,6 +414,7 @@ library
|
|||||||
EmptyDataDecls
|
EmptyDataDecls
|
||||||
NoMonomorphismRestriction
|
NoMonomorphismRestriction
|
||||||
DeriveDataTypeable
|
DeriveDataTypeable
|
||||||
|
ViewPatterns
|
||||||
|
|
||||||
build-depends: base >= 4 && < 5
|
build-depends: base >= 4 && < 5
|
||||||
, yesod >= 1.4.0 && < 1.5
|
, yesod >= 1.4.0 && < 1.5
|
||||||
|
|||||||
@ -420,6 +420,7 @@ library
|
|||||||
EmptyDataDecls
|
EmptyDataDecls
|
||||||
NoMonomorphismRestriction
|
NoMonomorphismRestriction
|
||||||
DeriveDataTypeable
|
DeriveDataTypeable
|
||||||
|
ViewPatterns
|
||||||
|
|
||||||
build-depends: base >= 4 && < 5
|
build-depends: base >= 4 && < 5
|
||||||
, yesod >= 1.4.0 && < 1.5
|
, yesod >= 1.4.0 && < 1.5
|
||||||
|
|||||||
@ -457,6 +457,7 @@ library
|
|||||||
NoMonomorphismRestriction
|
NoMonomorphismRestriction
|
||||||
RankNTypes
|
RankNTypes
|
||||||
DeriveDataTypeable
|
DeriveDataTypeable
|
||||||
|
ViewPatterns
|
||||||
|
|
||||||
build-depends: base >= 4 && < 5
|
build-depends: base >= 4 && < 5
|
||||||
, yesod >= 1.4.0 && < 1.5
|
, yesod >= 1.4.0 && < 1.5
|
||||||
|
|||||||
@ -420,6 +420,7 @@ library
|
|||||||
EmptyDataDecls
|
EmptyDataDecls
|
||||||
NoMonomorphismRestriction
|
NoMonomorphismRestriction
|
||||||
DeriveDataTypeable
|
DeriveDataTypeable
|
||||||
|
ViewPatterns
|
||||||
|
|
||||||
build-depends: base >= 4 && < 5
|
build-depends: base >= 4 && < 5
|
||||||
, yesod >= 1.4.0 && < 1.5
|
, yesod >= 1.4.0 && < 1.5
|
||||||
|
|||||||
@ -343,6 +343,7 @@ library
|
|||||||
EmptyDataDecls
|
EmptyDataDecls
|
||||||
NoMonomorphismRestriction
|
NoMonomorphismRestriction
|
||||||
DeriveDataTypeable
|
DeriveDataTypeable
|
||||||
|
ViewPatterns
|
||||||
|
|
||||||
build-depends: base >= 4 && < 5
|
build-depends: base >= 4 && < 5
|
||||||
, yesod >= 1.4.0 && < 1.5
|
, yesod >= 1.4.0 && < 1.5
|
||||||
|
|||||||
@ -420,6 +420,7 @@ library
|
|||||||
EmptyDataDecls
|
EmptyDataDecls
|
||||||
NoMonomorphismRestriction
|
NoMonomorphismRestriction
|
||||||
DeriveDataTypeable
|
DeriveDataTypeable
|
||||||
|
ViewPatterns
|
||||||
|
|
||||||
build-depends: base >= 4 && < 5
|
build-depends: base >= 4 && < 5
|
||||||
, yesod >= 1.4.0 && < 1.5
|
, yesod >= 1.4.0 && < 1.5
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
name: yesod-bin
|
name: yesod-bin
|
||||||
version: 1.4.0.1
|
version: 1.4.0.2
|
||||||
license: MIT
|
license: MIT
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
author: Michael Snoyman <michael@snoyman.com>
|
author: Michael Snoyman <michael@snoyman.com>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user