Switch to released persistent-2.5
This commit is contained in:
parent
f7494260b0
commit
bf3a9c9dd4
@ -13,14 +13,10 @@ packages:
|
|||||||
- ./yesod
|
- ./yesod
|
||||||
- ./yesod-eventsource
|
- ./yesod-eventsource
|
||||||
- ./yesod-websockets
|
- ./yesod-websockets
|
||||||
- location:
|
|
||||||
git: https://github.com/yesodweb/persistent.git
|
|
||||||
commit: 4cb12ad1e240d190647ea75f1bc784fa6b5b7cc2
|
|
||||||
subdirs:
|
|
||||||
- persistent
|
|
||||||
|
|
||||||
# Needed for LTS 2
|
# Needed for LTS 2
|
||||||
extra-deps:
|
extra-deps:
|
||||||
- wai-app-static-3.1.4.1
|
- wai-app-static-3.1.4.1
|
||||||
- http-api-data-0.2
|
- http-api-data-0.2
|
||||||
- yaml-0.8.17
|
- yaml-0.8.17
|
||||||
|
- persistent-2.5
|
||||||
|
|||||||
@ -37,7 +37,7 @@ library
|
|||||||
, unordered-containers
|
, unordered-containers
|
||||||
, yesod-form >= 1.4 && < 1.5
|
, yesod-form >= 1.4 && < 1.5
|
||||||
, transformers >= 0.2.2
|
, transformers >= 0.2.2
|
||||||
, persistent >= 2.1 && < 2.3
|
, persistent >= 2.5 && < 2.6
|
||||||
, persistent-template >= 2.1 && < 2.2
|
, persistent-template >= 2.1 && < 2.2
|
||||||
, http-client
|
, http-client
|
||||||
, http-conduit >= 2.1
|
, http-conduit >= 2.1
|
||||||
|
|||||||
@ -16,7 +16,7 @@ extra-source-files: README.md ChangeLog.md
|
|||||||
library
|
library
|
||||||
build-depends: base >= 4 && < 5
|
build-depends: base >= 4 && < 5
|
||||||
, yesod-core >= 1.4.0 && < 1.5
|
, yesod-core >= 1.4.0 && < 1.5
|
||||||
, persistent >= 2.1 && < 2.3
|
, persistent >= 2.5 && < 2.6
|
||||||
, persistent-template >= 2.1 && < 2.2
|
, persistent-template >= 2.1 && < 2.2
|
||||||
, transformers >= 0.2.2
|
, transformers >= 0.2.2
|
||||||
, blaze-builder
|
, blaze-builder
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user