update bounds so scaffold builds with GHC 7.6
This commit is contained in:
parent
23da1c9cb2
commit
9577083abd
@ -59,7 +59,7 @@ library
|
|||||||
, yesod-form >= 1.1 && < 1.2
|
, yesod-form >= 1.1 && < 1.2
|
||||||
, yesod-test >= 0.3 && < 0.4
|
, yesod-test >= 0.3 && < 0.4
|
||||||
, clientsession >= 0.8 && < 0.9
|
, clientsession >= 0.8 && < 0.9
|
||||||
, bytestring >= 0.9 && < 0.10
|
, bytestring >= 0.9 && < 0.11
|
||||||
, text >= 0.11 && < 0.12
|
, text >= 0.11 && < 0.12
|
||||||
, persistent >= 1.0 && < 1.1
|
, persistent >= 1.0 && < 1.1
|
||||||
, persistent-~backendLower~ >= 1.0 && < 1.1
|
, persistent-~backendLower~ >= 1.0 && < 1.1
|
||||||
@ -73,7 +73,7 @@ library
|
|||||||
, wai-extra >= 1.3 && < 1.4
|
, wai-extra >= 1.3 && < 1.4
|
||||||
, yaml >= 0.8 && < 0.9
|
, yaml >= 0.8 && < 0.9
|
||||||
, http-conduit >= 1.5 && < 1.7
|
, http-conduit >= 1.5 && < 1.7
|
||||||
, directory >= 1.1 && < 1.2
|
, directory >= 1.1 && < 1.3
|
||||||
, warp >= 1.3 && < 1.4
|
, warp >= 1.3 && < 1.4
|
||||||
, data-default
|
, data-default
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user