diff --git a/conduit-connection.cabal b/conduit-connection.cabal
--- a/conduit-connection.cabal
+++ b/conduit-connection.cabal
@@ -1,5 +1,5 @@
 name:                conduit-connection
-version:             0.1.0.3
+version:             0.1.0.4
 synopsis:            Conduit source and sink for Network.Connection.
 description:
     @conduit-connection@ provides a "Data.Conduit" source and sink based on
@@ -18,8 +18,8 @@
   build-depends:       base == 4.*
                      , transformers >= 0.2 && < 0.6
                      , bytestring >=0.10 && <0.11
-                     , resourcet >= 1.1 && < 1.2
-                     , conduit >=1.1 && <1.3
+                     , resourcet >= 1.1 && < 1.3
+                     , conduit >=1.1 && <1.4
                      , connection >=0.2 && <0.3
   default-language:    Haskell2010
   ghc-options:         -Wall
@@ -35,8 +35,8 @@
                     , test-framework-hunit
                     , bytestring
                     , connection
-                    , resourcet >= 1.1 && < 1.2
-                    , conduit >= 1.1 && < 1.3
+                    , resourcet >= 1.1 && < 1.3
+                    , conduit >= 1.1 && < 1.4
                     , conduit-connection
   ghc-options:        -Wall
   hs-source-dirs:     tests
