Scaffolding fixes for persistent 0.8

This commit is contained in:
Michael Snoyman 2012-01-31 06:54:17 +02:00
parent 2f38ddaff3
commit 8155a5c45b

View File

@ -84,8 +84,8 @@ executable ~project~
, clientsession >= 0.7.3 && < 0.8
, bytestring >= 0.9 && < 0.10
, text >= 0.11 && < 0.12
, persistent >= 0.7 && < 0.8
, persistent-~backendLower~ >= 0.7 && < 0.8
, persistent >= 0.8 && < 0.9
, persistent-~backendLower~ >= 0.8 && < 0.9
, template-haskell
, hamlet >= 0.10 && < 0.11
, shakespeare-css >= 0.10 && < 0.11