diff --git a/yesod-bin/hsfiles/mongo.hsfiles b/yesod-bin/hsfiles/mongo.hsfiles index 2a152237..51198748 100644 --- a/yesod-bin/hsfiles/mongo.hsfiles +++ b/yesod-bin/hsfiles/mongo.hsfiles @@ -394,9 +394,9 @@ library , yesod-form >= 1.3 && < 1.4 , bytestring >= 0.9 && < 0.11 , text >= 0.11 && < 0.12 - , persistent >= 1.2 && < 1.3 - , persistent-mongoDB >= 1.2 && < 1.3 - , persistent-template >= 1.2 && < 1.3 + , persistent >= 1.3 && < 1.4 + , persistent-mongoDB >= 1.3 && < 1.4 + , persistent-template >= 1.3 && < 1.4 , template-haskell , hamlet >= 1.1 && < 1.2 , shakespeare-css >= 1.0 && < 1.1 diff --git a/yesod-bin/hsfiles/mysql.hsfiles b/yesod-bin/hsfiles/mysql.hsfiles index 7fd31dd5..84577af0 100644 --- a/yesod-bin/hsfiles/mysql.hsfiles +++ b/yesod-bin/hsfiles/mysql.hsfiles @@ -398,9 +398,9 @@ library , yesod-form >= 1.3 && < 1.4 , bytestring >= 0.9 && < 0.11 , text >= 0.11 && < 0.12 - , persistent >= 1.2 && < 1.3 - , persistent-mysql >= 1.2 && < 1.3 - , persistent-template >= 1.2 && < 1.3 + , persistent >= 1.3 && < 1.4 + , persistent-mysql >= 1.3 && < 1.4 + , persistent-template >= 1.3 && < 1.4 , template-haskell , hamlet >= 1.1 && < 1.2 , shakespeare-css >= 1.0 && < 1.1 diff --git a/yesod-bin/hsfiles/postgres-fay.hsfiles b/yesod-bin/hsfiles/postgres-fay.hsfiles index 41255a3d..c8a47fec 100644 --- a/yesod-bin/hsfiles/postgres-fay.hsfiles +++ b/yesod-bin/hsfiles/postgres-fay.hsfiles @@ -436,9 +436,9 @@ library , fay >= 0.16 , bytestring >= 0.9 && < 0.11 , text >= 0.11 && < 0.12 - , persistent >= 1.2 && < 1.3 - , persistent-postgresql >= 1.2 && < 1.3 - , persistent-template >= 1.2 && < 1.3 + , persistent >= 1.3 && < 1.4 + , persistent-postgresql >= 1.3 && < 1.4 + , persistent-template >= 1.3 && < 1.4 , template-haskell , hamlet >= 1.1 && < 1.2 , shakespeare-css >= 1.0 && < 1.1 diff --git a/yesod-bin/hsfiles/postgres.hsfiles b/yesod-bin/hsfiles/postgres.hsfiles index e84152d6..272a0d7e 100644 --- a/yesod-bin/hsfiles/postgres.hsfiles +++ b/yesod-bin/hsfiles/postgres.hsfiles @@ -398,9 +398,9 @@ library , yesod-form >= 1.3 && < 1.4 , bytestring >= 0.9 && < 0.11 , text >= 0.11 && < 0.12 - , persistent >= 1.2 && < 1.3 - , persistent-postgresql >= 1.2 && < 1.3 - , persistent-template >= 1.2 && < 1.3 + , persistent >= 1.3 && < 1.4 + , persistent-postgresql >= 1.3 && < 1.4 + , persistent-template >= 1.3 && < 1.4 , template-haskell , hamlet >= 1.1 && < 1.2 , shakespeare-css >= 1.0 && < 1.1 diff --git a/yesod-bin/hsfiles/sqlite.hsfiles b/yesod-bin/hsfiles/sqlite.hsfiles index d837a53a..1cfb5767 100644 --- a/yesod-bin/hsfiles/sqlite.hsfiles +++ b/yesod-bin/hsfiles/sqlite.hsfiles @@ -398,9 +398,9 @@ library , yesod-form >= 1.3 && < 1.4 , bytestring >= 0.9 && < 0.11 , text >= 0.11 && < 0.12 - , persistent >= 1.2 && < 1.3 - , persistent-sqlite >= 1.2 && < 1.3 - , persistent-template >= 1.2 && < 1.3 + , persistent >= 1.3 && < 1.4 + , persistent-sqlite >= 1.3 && < 1.4 + , persistent-template >= 1.3 && < 1.4 , template-haskell , hamlet >= 1.1 && < 1.2 , shakespeare-css >= 1.0 && < 1.1 diff --git a/yesod-bin/yesod-bin.cabal b/yesod-bin/yesod-bin.cabal index d5196f4c..56fd4a54 100644 --- a/yesod-bin/yesod-bin.cabal +++ b/yesod-bin/yesod-bin.cabal @@ -1,5 +1,5 @@ name: yesod-bin -version: 1.2.5.3 +version: 1.2.5.4 license: MIT license-file: LICENSE author: Michael Snoyman