web: yesod 0.10 now requires shakespeare-text 0.11, relax the upper bound on that

This commit is contained in:
Simon Michael 2012-03-28 15:43:32 +00:00
parent 98274b481d
commit 8f94ae3de4

View File

@ -148,7 +148,7 @@ executable hledger-web
, text >= 0.11 && < 0.12
, template-haskell
, hamlet >= 0.10 && < 0.11
, shakespeare-text >= 0.10 && < 0.11
, shakespeare-text >= 0.10 && < 0.12
, wai >= 1.1 && < 1.2
, wai-extra >= 1.1 && < 1.2
, transformers >= 0.2 && < 0.3