persistent 2.2

This commit is contained in:
Michael Snoyman 2015-06-14 13:32:40 +03:00
parent fd9610a6a0
commit 524297dafc
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
name: yesod-auth
version: 1.4.5
version: 1.4.5.1
license: MIT
license-file: LICENSE
author: Michael Snoyman, Patrick Brisbin
@ -37,7 +37,7 @@ library
, unordered-containers
, yesod-form >= 1.4 && < 1.5
, transformers >= 0.2.2
, persistent >= 2.1 && < 2.2
, persistent >= 2.1 && < 2.3
, persistent-template >= 2.1 && < 2.2
, http-conduit >= 1.5
, aeson >= 0.7

View File

@ -1,5 +1,5 @@
name: yesod-persistent
version: 1.4.0.2
version: 1.4.0.3
license: MIT
license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com>
@ -16,7 +16,7 @@ extra-source-files: README.md ChangeLog.md
library
build-depends: base >= 4 && < 5
, yesod-core >= 1.4.0 && < 1.5
, persistent >= 2.1 && < 2.2
, persistent >= 2.1 && < 2.3
, persistent-template >= 2.1 && < 2.2
, transformers >= 0.2.2
, blaze-builder