Bump persistent version

This commit is contained in:
Michael Snoyman 2018-01-16 20:21:48 +02:00
parent ad35ef9431
commit 2047efd00a
No known key found for this signature in database
GPG Key ID: A048E8C057E86876
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ library
, unordered-containers
, yesod-form >= 1.6 && < 1.7
, transformers >= 0.2.2
, persistent >= 2.1 && < 2.8
, persistent >= 2.8 && < 2.9
, persistent-template >= 2.1 && < 2.8
, http-client
, http-conduit >= 2.1

View File

@ -16,7 +16,7 @@ extra-source-files: README.md ChangeLog.md
library
build-depends: base >= 4 && < 5
, yesod-core >= 1.6 && < 1.7
, persistent >= 2.1 && < 2.8
, persistent >= 2.8 && < 2.9
, persistent-template >= 2.1 && < 2.8
, transformers >= 0.2.2
, blaze-builder