bump wai-extra
This commit is contained in:
parent
9ecaa4a54c
commit
3d59a32ef3
@ -49,7 +49,7 @@ library
|
|||||||
build-depends: time >= 1.1.4
|
build-depends: time >= 1.1.4
|
||||||
, yesod-routes >= 0.0.1 && < 0.1
|
, yesod-routes >= 0.0.1 && < 0.1
|
||||||
, wai >= 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 && < 0.10
|
, bytestring >= 0.9.1.4 && < 0.10
|
||||||
, text >= 0.7 && < 0.12
|
, text >= 0.7 && < 0.12
|
||||||
, template-haskell
|
, template-haskell
|
||||||
|
|||||||
@ -21,7 +21,7 @@ library
|
|||||||
, yesod-core >= 0.10.1&& < 0.11
|
, yesod-core >= 0.10.1&& < 0.11
|
||||||
, warp >= 1.1 && < 1.2
|
, warp >= 1.1 && < 1.2
|
||||||
, wai >= 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
|
, bytestring >= 0.9.1.4
|
||||||
, transformers >= 0.2.2 && < 0.3
|
, transformers >= 0.2.2 && < 0.3
|
||||||
, text >= 0.9
|
, text >= 0.9
|
||||||
|
|||||||
@ -26,7 +26,7 @@ library
|
|||||||
, conduit >= 0.2 && < 0.3
|
, conduit >= 0.2 && < 0.3
|
||||||
, transformers >= 0.2.2 && < 0.3
|
, transformers >= 0.2.2 && < 0.3
|
||||||
, wai >= 1.1 && < 1.2
|
, wai >= 1.1 && < 1.2
|
||||||
, wai-extra >= 1.1 && < 1.2
|
, wai-extra >= 1.1 && < 1.3
|
||||||
, bytestring >= 0.9 && < 0.10
|
, bytestring >= 0.9 && < 0.10
|
||||||
, safe >= 0.2 && < 0.4
|
, safe >= 0.2 && < 0.4
|
||||||
exposed-modules: Yesod.Json
|
exposed-modules: Yesod.Json
|
||||||
|
|||||||
@ -81,7 +81,7 @@ library
|
|||||||
, monad-control >= 0.3 && < 0.4
|
, monad-control >= 0.3 && < 0.4
|
||||||
, transformers >= 0.2.2 && < 0.3
|
, transformers >= 0.2.2 && < 0.3
|
||||||
, wai >= 1.1 && < 1.2
|
, wai >= 1.1 && < 1.2
|
||||||
, wai-extra >= 1.1 && < 1.2
|
, wai-extra >= 1.1 && < 1.3
|
||||||
, wai-logger >= 0.1.2
|
, wai-logger >= 0.1.2
|
||||||
, hamlet >= 0.10 && < 0.11
|
, hamlet >= 0.10 && < 0.11
|
||||||
, shakespeare-js >= 0.11 && < 0.12
|
, shakespeare-js >= 0.11 && < 0.12
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user