persistent 0.2.0

This commit is contained in:
Michael Snoyman 2010-07-20 16:54:54 +03:00
parent 8ca2f3e2b4
commit a0bc2a1d21
2 changed files with 3 additions and 3 deletions

View File

@ -170,7 +170,7 @@ defaultCrud
YesodPersist a)
=> a -> Crud a i
defaultCrud = const Crud
{ crudSelect = runDB $ select [] []
{ crudSelect = runDB $ selectList [] [] 0 0
, crudReplace = \a -> runDB . replace a
, crudInsert = runDB . insert
, crudGet = runDB . get

View File

@ -1,5 +1,5 @@
name: yesod
version: 0.4.1
version: 0.5.0
license: BSD3
license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com>
@ -40,7 +40,7 @@ library
control-monad-attempt >= 0.3 && < 0.4,
cereal >= 0.2 && < 0.3,
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,
MonadCatchIO-transformers >= 0.2.2.0 && < 0.3,
data-object >= 0.3.1 && < 0.4,