From bf3a9c9dd4aad39e9a8c0e26e187d360a47fc80a Mon Sep 17 00:00:00 2001 From: Eric Easley Date: Thu, 14 Apr 2016 15:14:56 -0700 Subject: [PATCH] Switch to released `persistent-2.5` --- stack.yaml | 6 +----- yesod-auth/yesod-auth.cabal | 2 +- yesod-persistent/yesod-persistent.cabal | 2 +- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/stack.yaml b/stack.yaml index d57283c3..fb3b7b71 100644 --- a/stack.yaml +++ b/stack.yaml @@ -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 diff --git a/yesod-auth/yesod-auth.cabal b/yesod-auth/yesod-auth.cabal index a388396f..e817ba0e 100644 --- a/yesod-auth/yesod-auth.cabal +++ b/yesod-auth/yesod-auth.cabal @@ -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 diff --git a/yesod-persistent/yesod-persistent.cabal b/yesod-persistent/yesod-persistent.cabal index a12ca073..3054a1d6 100644 --- a/yesod-persistent/yesod-persistent.cabal +++ b/yesod-persistent/yesod-persistent.cabal @@ -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