diff --git a/yesod/hsfiles/mongo.hsfiles b/yesod/hsfiles/mongo.hsfiles index 2eaa6ca6..c241784c 100644 --- a/yesod/hsfiles/mongo.hsfiles +++ b/yesod/hsfiles/mongo.hsfiles @@ -313,7 +313,7 @@ import Language.Haskell.TH.Syntax -- You can find more information on persistent and how to declare entities -- at: -- http://www.yesodweb.com/book/persistent/ -share [mkPersist MkPersistSettings { mpsBackend = ConT ''Action }, mkMigrate "migrateAll"] +share [mkPersist MkPersistSettings { mpsBackend = ConT ''MongoBackend }, mkMigrate "migrateAll"] $(persistFileWith lowerCaseSettings "config/models") {-# START_FILE PROJECTNAME.cabal #-} @@ -370,8 +370,8 @@ library , clientsession >= 0.8 && < 0.9 , bytestring >= 0.9 && < 0.11 , text >= 0.11 && < 0.12 - , persistent >= 1.0 && < 1.1 - , persistent-mongoDB >= 1.0 && < 1.1 + , persistent >= 1.1 && < 1.2 + , persistent-mongoDB >= 1.1 && < 1.2 , template-haskell , hamlet >= 1.1 && < 1.2 , shakespeare-css >= 1.0 && < 1.1 diff --git a/yesod/hsfiles/mysql.hsfiles b/yesod/hsfiles/mysql.hsfiles index be534121..2565ce37 100644 --- a/yesod/hsfiles/mysql.hsfiles +++ b/yesod/hsfiles/mysql.hsfiles @@ -371,8 +371,8 @@ library , clientsession >= 0.8 && < 0.9 , bytestring >= 0.9 && < 0.11 , text >= 0.11 && < 0.12 - , persistent >= 1.0 && < 1.1 - , persistent-mysql >= 1.0 && < 1.1 + , persistent >= 1.1 && < 1.2 + , persistent-mysql >= 1.1 && < 1.2 , template-haskell , hamlet >= 1.1 && < 1.2 , shakespeare-css >= 1.0 && < 1.1 diff --git a/yesod/hsfiles/postgres.hsfiles b/yesod/hsfiles/postgres.hsfiles index 2b177cca..7cccfc4a 100644 --- a/yesod/hsfiles/postgres.hsfiles +++ b/yesod/hsfiles/postgres.hsfiles @@ -371,8 +371,8 @@ library , clientsession >= 0.8 && < 0.9 , bytestring >= 0.9 && < 0.11 , text >= 0.11 && < 0.12 - , persistent >= 1.0 && < 1.1 - , persistent-postgresql >= 1.0 && < 1.1 + , persistent >= 1.1 && < 1.2 + , persistent-postgresql >= 1.1 && < 1.2 , template-haskell , hamlet >= 1.1 && < 1.2 , shakespeare-css >= 1.0 && < 1.1 diff --git a/yesod/hsfiles/sqlite.hsfiles b/yesod/hsfiles/sqlite.hsfiles index 329fbe33..8bfce52d 100644 --- a/yesod/hsfiles/sqlite.hsfiles +++ b/yesod/hsfiles/sqlite.hsfiles @@ -371,8 +371,8 @@ library , clientsession >= 0.8 && < 0.9 , bytestring >= 0.9 && < 0.11 , text >= 0.11 && < 0.12 - , persistent >= 1.0 && < 1.1 - , persistent-sqlite >= 1.0 && < 1.1 + , persistent >= 1.1 && < 1.2 + , persistent-sqlite >= 1.1 && < 1.2 , template-haskell , hamlet >= 1.1 && < 1.2 , shakespeare-css >= 1.0 && < 1.1