allow newer version of shakespeare(-text)
This commit is contained in:
parent
6baedfecea
commit
6394483c31
@ -55,7 +55,7 @@ library
|
|||||||
, template-haskell
|
, template-haskell
|
||||||
, path-pieces >= 0.1 && < 0.2
|
, path-pieces >= 0.1 && < 0.2
|
||||||
, hamlet >= 0.10.7 && < 0.11
|
, hamlet >= 0.10.7 && < 0.11
|
||||||
, shakespeare >= 0.10 && < 0.11
|
, shakespeare >= 0.10 && < 0.12
|
||||||
, shakespeare-js >= 0.11 && < 0.12
|
, shakespeare-js >= 0.11 && < 0.12
|
||||||
, shakespeare-css >= 0.10.5 && < 0.11
|
, shakespeare-css >= 0.10.5 && < 0.11
|
||||||
, shakespeare-i18n >= 0.0 && < 0.1
|
, shakespeare-i18n >= 0.0 && < 0.1
|
||||||
|
|||||||
@ -101,7 +101,7 @@ executable yesod
|
|||||||
cpp-options: -DWINDOWS
|
cpp-options: -DWINDOWS
|
||||||
build-depends: parsec >= 2.1 && < 4
|
build-depends: parsec >= 2.1 && < 4
|
||||||
, text >= 0.11 && < 0.12
|
, text >= 0.11 && < 0.12
|
||||||
, shakespeare-text >= 0.10 && < 0.11
|
, shakespeare-text >= 0.10 && < 0.12
|
||||||
, bytestring >= 0.9.1.4 && < 0.10
|
, bytestring >= 0.9.1.4 && < 0.10
|
||||||
, time >= 1.1.4
|
, time >= 1.1.4
|
||||||
, template-haskell
|
, template-haskell
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user