bump wai-extra

This commit is contained in:
Greg Weber 2012-02-29 13:13:06 -08:00
parent 9ecaa4a54c
commit 3d59a32ef3
4 changed files with 4 additions and 4 deletions

View File

@ -49,7 +49,7 @@ library
build-depends: time >= 1.1.4
, yesod-routes >= 0.0.1 && < 0.1
, wai >= 1.1 && < 1.2
, wai-extra >= 1.1 && < 1.2
, wai-extra >= 1.1 && < 1.3
, bytestring >= 0.9.1.4 && < 0.10
, text >= 0.7 && < 0.12
, template-haskell

View File

@ -21,7 +21,7 @@ library
, yesod-core >= 0.10.1&& < 0.11
, warp >= 1.1 && < 1.2
, wai >= 1.1 && < 1.2
, wai-extra >= 1.1 && < 1.2
, wai-extra >= 1.1 && < 1.3
, bytestring >= 0.9.1.4
, transformers >= 0.2.2 && < 0.3
, text >= 0.9

View File

@ -26,7 +26,7 @@ library
, conduit >= 0.2 && < 0.3
, transformers >= 0.2.2 && < 0.3
, wai >= 1.1 && < 1.2
, wai-extra >= 1.1 && < 1.2
, wai-extra >= 1.1 && < 1.3
, bytestring >= 0.9 && < 0.10
, safe >= 0.2 && < 0.4
exposed-modules: Yesod.Json

View File

@ -81,7 +81,7 @@ library
, monad-control >= 0.3 && < 0.4
, transformers >= 0.2.2 && < 0.3
, wai >= 1.1 && < 1.2
, wai-extra >= 1.1 && < 1.2
, wai-extra >= 1.1 && < 1.3
, wai-logger >= 0.1.2
, hamlet >= 0.10 && < 0.11
, shakespeare-js >= 0.11 && < 0.12