diff --git a/Network/Wai/Test.hs b/Network/Wai/Test.hs
--- a/Network/Wai/Test.hs
+++ b/Network/Wai/Test.hs
@@ -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
diff --git a/wai-test.cabal b/wai-test.cabal
--- a/wai-test.cabal
+++ b/wai-test.cabal
@@ -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
