bump yesod-platform dependency to avoid a cabal install failure

cabal-install's default backtracking of 200 is insufficient to
install (eg) current hledger-web, yesod-platform 1.2 and HP. (It works
at 400). Requiring the latest yesod-platform seems to resolve the problem.
This commit is contained in:
Simon Michael 2013-05-29 22:24:52 -07:00
parent b2b085b9a3
commit 4721bfce42

View File

@ -136,7 +136,7 @@ library
, yaml
, yesod
, yesod-core
, yesod-platform >= 1.2 && < 1.3
, yesod-platform >= 1.2.0.1 && < 1.3
, yesod-static
if flag(blaze_html_0_4)
cpp-options: -DBLAZE_HTML_0_4
@ -226,7 +226,7 @@ executable hledger-web
, yaml
, yesod
, yesod-core
, yesod-platform >= 1.2 && < 1.3
, yesod-platform >= 1.2.0.1 && < 1.3
, yesod-static
if flag(blaze_html_0_4)