update bounds so scaffold builds with GHC 7.6

This commit is contained in:
Luite Stegeman 2012-10-15 14:53:33 +03:00
parent 23da1c9cb2
commit 9577083abd

View File

@ -59,7 +59,7 @@ library
, yesod-form >= 1.1 && < 1.2
, yesod-test >= 0.3 && < 0.4
, clientsession >= 0.8 && < 0.9
, bytestring >= 0.9 && < 0.10
, bytestring >= 0.9 && < 0.11
, text >= 0.11 && < 0.12
, persistent >= 1.0 && < 1.1
, persistent-~backendLower~ >= 1.0 && < 1.1
@ -73,7 +73,7 @@ library
, wai-extra >= 1.3 && < 1.4
, yaml >= 0.8 && < 0.9
, http-conduit >= 1.5 && < 1.7
, directory >= 1.1 && < 1.2
, directory >= 1.1 && < 1.3
, warp >= 1.3 && < 1.4
, data-default