persistent 0.2.0
This commit is contained in:
parent
8ca2f3e2b4
commit
a0bc2a1d21
@ -170,7 +170,7 @@ defaultCrud
|
|||||||
YesodPersist a)
|
YesodPersist a)
|
||||||
=> a -> Crud a i
|
=> a -> Crud a i
|
||||||
defaultCrud = const Crud
|
defaultCrud = const Crud
|
||||||
{ crudSelect = runDB $ select [] []
|
{ crudSelect = runDB $ selectList [] [] 0 0
|
||||||
, crudReplace = \a -> runDB . replace a
|
, crudReplace = \a -> runDB . replace a
|
||||||
, crudInsert = runDB . insert
|
, crudInsert = runDB . insert
|
||||||
, crudGet = runDB . get
|
, crudGet = runDB . get
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
name: yesod
|
name: yesod
|
||||||
version: 0.4.1
|
version: 0.5.0
|
||||||
license: BSD3
|
license: BSD3
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
author: Michael Snoyman <michael@snoyman.com>
|
author: Michael Snoyman <michael@snoyman.com>
|
||||||
@ -40,7 +40,7 @@ library
|
|||||||
control-monad-attempt >= 0.3 && < 0.4,
|
control-monad-attempt >= 0.3 && < 0.4,
|
||||||
cereal >= 0.2 && < 0.3,
|
cereal >= 0.2 && < 0.3,
|
||||||
old-locale >= 1.0.0.2 && < 1.1,
|
old-locale >= 1.0.0.2 && < 1.1,
|
||||||
persistent >= 0.1.0 && < 0.2,
|
persistent >= 0.2.0 && < 0.3,
|
||||||
neither >= 0.0.0 && < 0.1,
|
neither >= 0.0.0 && < 0.1,
|
||||||
MonadCatchIO-transformers >= 0.2.2.0 && < 0.3,
|
MonadCatchIO-transformers >= 0.2.2.0 && < 0.3,
|
||||||
data-object >= 0.3.1 && < 0.4,
|
data-object >= 0.3.1 && < 0.4,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user