scaffolding update

This commit is contained in:
Michael Snoyman 2013-12-29 08:33:39 +02:00
parent 3ca170b45d
commit aedd5aff36
6 changed files with 16 additions and 16 deletions

View File

@ -394,9 +394,9 @@ library
, yesod-form >= 1.3 && < 1.4
, bytestring >= 0.9 && < 0.11
, text >= 0.11 && < 0.12
, persistent >= 1.2 && < 1.3
, persistent-mongoDB >= 1.2 && < 1.3
, persistent-template >= 1.2 && < 1.3
, persistent >= 1.3 && < 1.4
, persistent-mongoDB >= 1.3 && < 1.4
, persistent-template >= 1.3 && < 1.4
, template-haskell
, hamlet >= 1.1 && < 1.2
, shakespeare-css >= 1.0 && < 1.1

View File

@ -398,9 +398,9 @@ library
, yesod-form >= 1.3 && < 1.4
, bytestring >= 0.9 && < 0.11
, text >= 0.11 && < 0.12
, persistent >= 1.2 && < 1.3
, persistent-mysql >= 1.2 && < 1.3
, persistent-template >= 1.2 && < 1.3
, persistent >= 1.3 && < 1.4
, persistent-mysql >= 1.3 && < 1.4
, persistent-template >= 1.3 && < 1.4
, template-haskell
, hamlet >= 1.1 && < 1.2
, shakespeare-css >= 1.0 && < 1.1

View File

@ -436,9 +436,9 @@ library
, fay >= 0.16
, bytestring >= 0.9 && < 0.11
, text >= 0.11 && < 0.12
, persistent >= 1.2 && < 1.3
, persistent-postgresql >= 1.2 && < 1.3
, persistent-template >= 1.2 && < 1.3
, persistent >= 1.3 && < 1.4
, persistent-postgresql >= 1.3 && < 1.4
, persistent-template >= 1.3 && < 1.4
, template-haskell
, hamlet >= 1.1 && < 1.2
, shakespeare-css >= 1.0 && < 1.1

View File

@ -398,9 +398,9 @@ library
, yesod-form >= 1.3 && < 1.4
, bytestring >= 0.9 && < 0.11
, text >= 0.11 && < 0.12
, persistent >= 1.2 && < 1.3
, persistent-postgresql >= 1.2 && < 1.3
, persistent-template >= 1.2 && < 1.3
, persistent >= 1.3 && < 1.4
, persistent-postgresql >= 1.3 && < 1.4
, persistent-template >= 1.3 && < 1.4
, template-haskell
, hamlet >= 1.1 && < 1.2
, shakespeare-css >= 1.0 && < 1.1

View File

@ -398,9 +398,9 @@ library
, yesod-form >= 1.3 && < 1.4
, bytestring >= 0.9 && < 0.11
, text >= 0.11 && < 0.12
, persistent >= 1.2 && < 1.3
, persistent-sqlite >= 1.2 && < 1.3
, persistent-template >= 1.2 && < 1.3
, persistent >= 1.3 && < 1.4
, persistent-sqlite >= 1.3 && < 1.4
, persistent-template >= 1.3 && < 1.4
, template-haskell
, hamlet >= 1.1 && < 1.2
, shakespeare-css >= 1.0 && < 1.1

View File

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