Relax upper bounds for persistent 2.6

This commit is contained in:
Michael Snoyman 2016-08-14 15:41:17 +03:00
parent cc6cc2939e
commit 25cb163e11
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.6
, persistent-template >= 2.1 && < 2.6
, persistent >= 2.1 && < 2.7
, persistent-template >= 2.1 && < 2.7
, 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.6
, persistent-template >= 2.1 && < 2.6
, persistent >= 2.1 && < 2.7
, persistent-template >= 2.1 && < 2.7
, transformers >= 0.2.2
, blaze-builder
, conduit