wai-test 1.3.0.1 → 1.3.0.2
raw patch · 2 files changed
+5/−5 lines, 2 filesdep ~blaze-builder-conduitdep ~conduitPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: blaze-builder-conduit, conduit
API changes (from Hackage documentation)
Files
- Network/Wai/Test.hs +1/−1
- wai-test.cabal +4/−4
Network/Wai/Test.hs view
@@ -99,7 +99,7 @@ runResponse :: Response -> C.ResourceT IO SResponse runResponse res = do- bss <- C.mapOutput toBuilder body C.$= builderToByteString C.$$ CL.consume+ bss <- body C.$= CL.map toBuilder C.$= builderToByteString C.$$ CL.consume return $ SResponse s h $ L.fromChunks bss where (s, h, body) = responseSource res
wai-test.cabal view
@@ -1,5 +1,5 @@ name: wai-test-version: 1.3.0.1+version: 1.3.0.2 license: MIT license-file: LICENSE author: Michael Snoyman <michael@snoyman.com>@@ -9,7 +9,7 @@ stability: Stable cabal-version: >= 1.6 build-type: Simple-homepage: http://www.yesodweb.com/book/wai+homepage: http://www.yesodweb.com/book/web-application-interface description: Unit test framework (built on HUnit) for WAI applications. library@@ -20,8 +20,8 @@ , blaze-builder >= 0.2.1.4 && < 0.4 , transformers >= 0.2.2 && < 0.4 , containers >= 0.2- , conduit >= 0.5 && < 0.6- , blaze-builder-conduit >= 0.5 && < 0.6+ , conduit >= 0.5 && < 1.1+ , blaze-builder-conduit >= 0.5 && < 1.1 , cookie >= 0.2 && < 0.5 , HUnit >= 1.2 && < 1.3 , http-types >= 0.7