Switch to released persistent-2.5

This commit is contained in:
Eric Easley 2016-04-14 15:14:56 -07:00
parent f7494260b0
commit bf3a9c9dd4
3 changed files with 3 additions and 7 deletions

View File

@ -13,14 +13,10 @@ packages:
- ./yesod
- ./yesod-eventsource
- ./yesod-websockets
- location:
git: https://github.com/yesodweb/persistent.git
commit: 4cb12ad1e240d190647ea75f1bc784fa6b5b7cc2
subdirs:
- persistent
# Needed for LTS 2
extra-deps:
- wai-app-static-3.1.4.1
- http-api-data-0.2
- yaml-0.8.17
- persistent-2.5

View File

@ -37,7 +37,7 @@ library
, unordered-containers
, yesod-form >= 1.4 && < 1.5
, transformers >= 0.2.2
, persistent >= 2.1 && < 2.3
, persistent >= 2.5 && < 2.6
, persistent-template >= 2.1 && < 2.2
, 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.4.0 && < 1.5
, persistent >= 2.1 && < 2.3
, persistent >= 2.5 && < 2.6
, persistent-template >= 2.1 && < 2.2
, transformers >= 0.2.2
, blaze-builder