allow newer version of shakespeare(-text)

This commit is contained in:
Greg Weber 2012-03-11 12:13:33 -07:00
parent 6baedfecea
commit 6394483c31
2 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@ library
, template-haskell
, path-pieces >= 0.1 && < 0.2
, hamlet >= 0.10.7 && < 0.11
, shakespeare >= 0.10 && < 0.11
, shakespeare >= 0.10 && < 0.12
, shakespeare-js >= 0.11 && < 0.12
, shakespeare-css >= 0.10.5 && < 0.11
, shakespeare-i18n >= 0.0 && < 0.1

View File

@ -101,7 +101,7 @@ executable yesod
cpp-options: -DWINDOWS
build-depends: parsec >= 2.1 && < 4
, text >= 0.11 && < 0.12
, shakespeare-text >= 0.10 && < 0.11
, shakespeare-text >= 0.10 && < 0.12
, bytestring >= 0.9.1.4 && < 0.10
, time >= 1.1.4
, template-haskell