diff --git a/Network/HTTP/ReverseProxy.hs b/Network/HTTP/ReverseProxy.hs
--- a/Network/HTTP/ReverseProxy.hs
+++ b/Network/HTTP/ReverseProxy.hs
@@ -17,7 +17,8 @@
     , waiToRaw
     ) where
 
-import ClassyPrelude.Conduit
+import ClassyPrelude
+import Data.Conduit
 import qualified Network.Wai as WAI
 import qualified Network.HTTP.Conduit as HC
 import Control.Exception.Lifted (try, finally)
diff --git a/http-reverse-proxy.cabal b/http-reverse-proxy.cabal
--- a/http-reverse-proxy.cabal
+++ b/http-reverse-proxy.cabal
@@ -1,5 +1,5 @@
 name:                http-reverse-proxy
-version:             0.1.1.1
+version:             0.1.1.2
 synopsis:            Reverse proxy HTTP requests, either over raw sockets or with WAI
 description:         Provides a simple means of reverse-proxying HTTP requests. The raw approach uses the same technique as leveraged by keter, whereas the WAI approach performs full request/response parsing via WAI and http-conduit.
 homepage:            https://github.com/fpco/http-reverse-proxy
@@ -25,7 +25,7 @@
                      , blaze-builder          >= 0.3
                      , http-conduit           >= 1.6
                      , wai                    >= 1.3
-                     , classy-prelude-conduit >= 0.3
+                     , classy-prelude         >= 0.3
                      , network
                      , conduit                >= 0.5
                      , warp                   >= 1.3.4
