Allow persistent 1.3

This commit is contained in:
Michael Snoyman 2013-12-26 12:13:10 +02:00
parent 9e7cba4d67
commit b018c5d7aa
5 changed files with 10 additions and 10 deletions

View File

@ -1,5 +1,5 @@
name: yesod-auth
version: 1.2.5.1
version: 1.2.5.2
license: MIT
license-file: LICENSE
author: Michael Snoyman, Patrick Brisbin
@ -34,8 +34,8 @@ library
, unordered-containers
, yesod-form >= 1.3 && < 1.4
, transformers >= 0.2.2
, persistent >= 1.2 && < 1.3
, persistent-template >= 1.2 && < 1.3
, persistent >= 1.2 && < 1.4
, persistent-template >= 1.2 && < 1.4
, SHA >= 1.4.1.3
, http-conduit >= 1.5
, aeson >= 0.5

View File

@ -1,5 +1,5 @@
name: yesod-core
version: 1.2.6.2
version: 1.2.6.3
license: MIT
license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com>

View File

@ -1,5 +1,5 @@
name: yesod-form
version: 1.3.4.1
version: 1.3.4.2
license: MIT
license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com>
@ -20,7 +20,7 @@ library
, hamlet >= 1.1 && < 1.2
, shakespeare-css >= 1.0 && < 1.1
, shakespeare-js >= 1.0.2 && < 1.3
, persistent >= 1.2 && < 1.3
, persistent >= 1.2 && < 1.4
, template-haskell
, transformers >= 0.2.2
, data-default

View File

@ -1,5 +1,5 @@
name: yesod-persistent
version: 1.2.2
version: 1.2.2.1
license: MIT
license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com>
@ -15,8 +15,8 @@ description: Some helpers for using Persistent from Yesod.
library
build-depends: base >= 4 && < 5
, yesod-core >= 1.2.2 && < 1.3
, persistent >= 1.2 && < 1.3
, persistent-template >= 1.2 && < 1.3
, persistent >= 1.2 && < 1.4
, persistent-template >= 1.2 && < 1.4
, transformers >= 0.2.2 && < 0.4
, blaze-builder
, conduit

View File

@ -1,5 +1,5 @@
name: yesod-routes
version: 1.2.0.4
version: 1.2.0.5
license: MIT
license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com>