Scaffold update for persistent 1.1
This commit is contained in:
parent
31619113a0
commit
6b23d80326
@ -313,7 +313,7 @@ import Language.Haskell.TH.Syntax
|
|||||||
-- You can find more information on persistent and how to declare entities
|
-- You can find more information on persistent and how to declare entities
|
||||||
-- at:
|
-- at:
|
||||||
-- http://www.yesodweb.com/book/persistent/
|
-- 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")
|
$(persistFileWith lowerCaseSettings "config/models")
|
||||||
|
|
||||||
{-# START_FILE PROJECTNAME.cabal #-}
|
{-# START_FILE PROJECTNAME.cabal #-}
|
||||||
@ -370,8 +370,8 @@ library
|
|||||||
, clientsession >= 0.8 && < 0.9
|
, clientsession >= 0.8 && < 0.9
|
||||||
, bytestring >= 0.9 && < 0.11
|
, bytestring >= 0.9 && < 0.11
|
||||||
, text >= 0.11 && < 0.12
|
, text >= 0.11 && < 0.12
|
||||||
, persistent >= 1.0 && < 1.1
|
, persistent >= 1.1 && < 1.2
|
||||||
, persistent-mongoDB >= 1.0 && < 1.1
|
, persistent-mongoDB >= 1.1 && < 1.2
|
||||||
, template-haskell
|
, template-haskell
|
||||||
, hamlet >= 1.1 && < 1.2
|
, hamlet >= 1.1 && < 1.2
|
||||||
, shakespeare-css >= 1.0 && < 1.1
|
, shakespeare-css >= 1.0 && < 1.1
|
||||||
|
|||||||
@ -371,8 +371,8 @@ library
|
|||||||
, clientsession >= 0.8 && < 0.9
|
, clientsession >= 0.8 && < 0.9
|
||||||
, bytestring >= 0.9 && < 0.11
|
, bytestring >= 0.9 && < 0.11
|
||||||
, text >= 0.11 && < 0.12
|
, text >= 0.11 && < 0.12
|
||||||
, persistent >= 1.0 && < 1.1
|
, persistent >= 1.1 && < 1.2
|
||||||
, persistent-mysql >= 1.0 && < 1.1
|
, persistent-mysql >= 1.1 && < 1.2
|
||||||
, template-haskell
|
, template-haskell
|
||||||
, hamlet >= 1.1 && < 1.2
|
, hamlet >= 1.1 && < 1.2
|
||||||
, shakespeare-css >= 1.0 && < 1.1
|
, shakespeare-css >= 1.0 && < 1.1
|
||||||
|
|||||||
@ -371,8 +371,8 @@ library
|
|||||||
, clientsession >= 0.8 && < 0.9
|
, clientsession >= 0.8 && < 0.9
|
||||||
, bytestring >= 0.9 && < 0.11
|
, bytestring >= 0.9 && < 0.11
|
||||||
, text >= 0.11 && < 0.12
|
, text >= 0.11 && < 0.12
|
||||||
, persistent >= 1.0 && < 1.1
|
, persistent >= 1.1 && < 1.2
|
||||||
, persistent-postgresql >= 1.0 && < 1.1
|
, persistent-postgresql >= 1.1 && < 1.2
|
||||||
, template-haskell
|
, template-haskell
|
||||||
, hamlet >= 1.1 && < 1.2
|
, hamlet >= 1.1 && < 1.2
|
||||||
, shakespeare-css >= 1.0 && < 1.1
|
, shakespeare-css >= 1.0 && < 1.1
|
||||||
|
|||||||
@ -371,8 +371,8 @@ library
|
|||||||
, clientsession >= 0.8 && < 0.9
|
, clientsession >= 0.8 && < 0.9
|
||||||
, bytestring >= 0.9 && < 0.11
|
, bytestring >= 0.9 && < 0.11
|
||||||
, text >= 0.11 && < 0.12
|
, text >= 0.11 && < 0.12
|
||||||
, persistent >= 1.0 && < 1.1
|
, persistent >= 1.1 && < 1.2
|
||||||
, persistent-sqlite >= 1.0 && < 1.1
|
, persistent-sqlite >= 1.1 && < 1.2
|
||||||
, template-haskell
|
, template-haskell
|
||||||
, hamlet >= 1.1 && < 1.2
|
, hamlet >= 1.1 && < 1.2
|
||||||
, shakespeare-css >= 1.0 && < 1.1
|
, shakespeare-css >= 1.0 && < 1.1
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user