From 6b3a5c1b112b5e52e9aeab5afac59cfa548b265e Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 13 Aug 2015 13:59:37 +0300 Subject: [PATCH] Scaffolding update --- yesod-bin/hsfiles/mongo.hsfiles | 12 ++++++------ yesod-bin/hsfiles/mysql.hsfiles | 12 ++++++------ yesod-bin/hsfiles/postgres-fay.hsfiles | 12 ++++++------ yesod-bin/hsfiles/postgres.hsfiles | 12 ++++++------ yesod-bin/hsfiles/simple.hsfiles | 6 +++--- yesod-bin/hsfiles/sqlite.hsfiles | 12 ++++++------ yesod-bin/yesod-bin.cabal | 2 +- 7 files changed, 34 insertions(+), 34 deletions(-) diff --git a/yesod-bin/hsfiles/mongo.hsfiles b/yesod-bin/hsfiles/mongo.hsfiles index a26a4c28..0afea78a 100644 --- a/yesod-bin/hsfiles/mongo.hsfiles +++ b/yesod-bin/hsfiles/mongo.hsfiles @@ -519,9 +519,9 @@ library , classy-prelude-yesod >= 0.10.2 , bytestring >= 0.9 && < 0.11 , text >= 0.11 && < 2.0 - , persistent >= 2.0 && < 2.2 - , persistent-mongoDB >= 2.1.2 && < 2.2 - , persistent-template >= 2.0 && < 2.2 + , persistent >= 2.0 && < 2.3 + , persistent-mongoDB >= 2.1.2 && < 2.3 + , persistent-template >= 2.0 && < 2.3 , template-haskell , shakespeare >= 2.0 && < 2.1 , hjsmin >= 0.1 && < 0.2 @@ -530,12 +530,12 @@ library , yaml >= 0.8 && < 0.9 , http-conduit >= 2.1 && < 2.2 , directory >= 1.1 && < 1.3 - , warp >= 3.0 && < 3.1 + , warp >= 3.0 && < 3.2 , data-default - , aeson >= 0.6 && < 0.9 + , aeson >= 0.6 && < 0.10 , conduit >= 1.0 && < 2.0 , monad-logger >= 0.3 && < 0.4 - , fast-logger >= 2.2 && < 2.4 + , fast-logger >= 2.2 && < 2.5 , wai-logger >= 2.2 && < 2.3 , file-embed , safe diff --git a/yesod-bin/hsfiles/mysql.hsfiles b/yesod-bin/hsfiles/mysql.hsfiles index 6f5ed61c..0d9128c7 100644 --- a/yesod-bin/hsfiles/mysql.hsfiles +++ b/yesod-bin/hsfiles/mysql.hsfiles @@ -533,9 +533,9 @@ library , classy-prelude-yesod >= 0.10.2 , bytestring >= 0.9 && < 0.11 , text >= 0.11 && < 2.0 - , persistent >= 2.0 && < 2.2 - , persistent-mysql >= 2.1.2 && < 2.2 - , persistent-template >= 2.0 && < 2.2 + , persistent >= 2.0 && < 2.3 + , persistent-mysql >= 2.1.2 && < 2.3 + , persistent-template >= 2.0 && < 2.3 , template-haskell , shakespeare >= 2.0 && < 2.1 , hjsmin >= 0.1 && < 0.2 @@ -544,12 +544,12 @@ library , yaml >= 0.8 && < 0.9 , http-conduit >= 2.1 && < 2.2 , directory >= 1.1 && < 1.3 - , warp >= 3.0 && < 3.1 + , warp >= 3.0 && < 3.2 , data-default - , aeson >= 0.6 && < 0.9 + , aeson >= 0.6 && < 0.10 , conduit >= 1.0 && < 2.0 , monad-logger >= 0.3 && < 0.4 - , fast-logger >= 2.2 && < 2.4 + , fast-logger >= 2.2 && < 2.5 , wai-logger >= 2.2 && < 2.3 , file-embed , safe diff --git a/yesod-bin/hsfiles/postgres-fay.hsfiles b/yesod-bin/hsfiles/postgres-fay.hsfiles index 5ea19bee..487102bb 100644 --- a/yesod-bin/hsfiles/postgres-fay.hsfiles +++ b/yesod-bin/hsfiles/postgres-fay.hsfiles @@ -576,9 +576,9 @@ library , classy-prelude-yesod >= 0.10.2 , bytestring >= 0.9 && < 0.11 , text >= 0.11 && < 2.0 - , persistent >= 2.0 && < 2.2 - , persistent-postgresql >= 2.1.1 && < 2.2 - , persistent-template >= 2.0 && < 2.2 + , persistent >= 2.0 && < 2.3 + , persistent-postgresql >= 2.1.1 && < 2.3 + , persistent-template >= 2.0 && < 2.3 , template-haskell , shakespeare >= 2.0 && < 2.1 , monad-control >= 0.3 && < 1.1 @@ -586,12 +586,12 @@ library , yaml >= 0.8 && < 0.9 , http-conduit >= 2.1 && < 2.2 , directory >= 1.1 && < 1.3 - , warp >= 3.0 && < 3.1 + , warp >= 3.0 && < 3.2 , data-default - , aeson >= 0.6 && < 0.9 + , aeson >= 0.6 && < 0.10 , conduit >= 1.0 && < 2.0 , monad-logger >= 0.3 && < 0.4 - , fast-logger >= 2.2 && < 2.4 + , fast-logger >= 2.2 && < 2.5 , wai-logger >= 2.2 && < 2.3 , file-embed , safe diff --git a/yesod-bin/hsfiles/postgres.hsfiles b/yesod-bin/hsfiles/postgres.hsfiles index 80baac8f..8f585ab6 100644 --- a/yesod-bin/hsfiles/postgres.hsfiles +++ b/yesod-bin/hsfiles/postgres.hsfiles @@ -533,9 +533,9 @@ library , classy-prelude-yesod >= 0.10.2 , bytestring >= 0.9 && < 0.11 , text >= 0.11 && < 2.0 - , persistent >= 2.0 && < 2.2 - , persistent-postgresql >= 2.1.1 && < 2.2 - , persistent-template >= 2.0 && < 2.2 + , persistent >= 2.0 && < 2.3 + , persistent-postgresql >= 2.1.1 && < 2.3 + , persistent-template >= 2.0 && < 2.3 , template-haskell , shakespeare >= 2.0 && < 2.1 , hjsmin >= 0.1 && < 0.2 @@ -544,12 +544,12 @@ library , yaml >= 0.8 && < 0.9 , http-conduit >= 2.1 && < 2.2 , directory >= 1.1 && < 1.3 - , warp >= 3.0 && < 3.1 + , warp >= 3.0 && < 3.2 , data-default - , aeson >= 0.6 && < 0.9 + , aeson >= 0.6 && < 0.10 , conduit >= 1.0 && < 2.0 , monad-logger >= 0.3 && < 0.4 - , fast-logger >= 2.2 && < 2.4 + , fast-logger >= 2.2 && < 2.5 , wai-logger >= 2.2 && < 2.3 , file-embed , safe diff --git a/yesod-bin/hsfiles/simple.hsfiles b/yesod-bin/hsfiles/simple.hsfiles index d45d5975..2fd3d984 100644 --- a/yesod-bin/hsfiles/simple.hsfiles +++ b/yesod-bin/hsfiles/simple.hsfiles @@ -457,12 +457,12 @@ library , yaml >= 0.8 && < 0.9 , http-conduit >= 2.1 && < 2.2 , directory >= 1.1 && < 1.3 - , warp >= 3.0 && < 3.1 + , warp >= 3.0 && < 3.2 , data-default - , aeson >= 0.6 && < 0.9 + , aeson >= 0.6 && < 0.10 , conduit >= 1.0 && < 2.0 , monad-logger >= 0.3 && < 0.4 - , fast-logger >= 2.2 && < 2.4 + , fast-logger >= 2.2 && < 2.5 , wai-logger >= 2.2 && < 2.3 , file-embed , safe diff --git a/yesod-bin/hsfiles/sqlite.hsfiles b/yesod-bin/hsfiles/sqlite.hsfiles index e68e87e7..938a8635 100644 --- a/yesod-bin/hsfiles/sqlite.hsfiles +++ b/yesod-bin/hsfiles/sqlite.hsfiles @@ -533,9 +533,9 @@ library , classy-prelude-yesod >= 0.10.2 , bytestring >= 0.9 && < 0.11 , text >= 0.11 && < 2.0 - , persistent >= 2.0 && < 2.2 - , persistent-sqlite >= 2.1.1 && < 2.2 - , persistent-template >= 2.0 && < 2.2 + , persistent >= 2.0 && < 2.3 + , persistent-sqlite >= 2.1.1 && < 2.3 + , persistent-template >= 2.0 && < 2.3 , template-haskell , shakespeare >= 2.0 && < 2.1 , hjsmin >= 0.1 && < 0.2 @@ -544,12 +544,12 @@ library , yaml >= 0.8 && < 0.9 , http-conduit >= 2.1 && < 2.2 , directory >= 1.1 && < 1.3 - , warp >= 3.0 && < 3.1 + , warp >= 3.0 && < 3.2 , data-default - , aeson >= 0.6 && < 0.9 + , aeson >= 0.6 && < 0.10 , conduit >= 1.0 && < 2.0 , monad-logger >= 0.3 && < 0.4 - , fast-logger >= 2.2 && < 2.4 + , fast-logger >= 2.2 && < 2.5 , wai-logger >= 2.2 && < 2.3 , file-embed , safe diff --git a/yesod-bin/yesod-bin.cabal b/yesod-bin/yesod-bin.cabal index 47cf2b3d..1280477a 100644 --- a/yesod-bin/yesod-bin.cabal +++ b/yesod-bin/yesod-bin.cabal @@ -1,5 +1,5 @@ name: yesod-bin -version: 1.4.13.2 +version: 1.4.13.3 license: MIT license-file: LICENSE author: Michael Snoyman