persistent 2.7

This commit is contained in:
Michael Snoyman 2017-04-12 11:02:27 +03:00
parent 0d5b8b884f
commit 3229b7ad93
No known key found for this signature in database
GPG Key ID: A048E8C057E86876
2 changed files with 4 additions and 4 deletions

View File

@ -37,8 +37,8 @@ library
, unordered-containers
, yesod-form >= 1.4 && < 1.5
, transformers >= 0.2.2
, persistent >= 2.1 && < 2.7
, persistent-template >= 2.1 && < 2.7
, persistent >= 2.1 && < 2.8
, persistent-template >= 2.1 && < 2.8
, http-client
, http-conduit >= 2.1
, aeson >= 0.7

View File

@ -16,8 +16,8 @@ extra-source-files: README.md ChangeLog.md
library
build-depends: base >= 4 && < 5
, yesod-core >= 1.4.0 && < 1.5
, persistent >= 2.1 && < 2.7
, persistent-template >= 2.1 && < 2.7
, persistent >= 2.1 && < 2.8
, persistent-template >= 2.1 && < 2.8
, transformers >= 0.2.2
, blaze-builder
, conduit