diff --git a/xml-catalog.cabal b/xml-catalog.cabal
--- a/xml-catalog.cabal
+++ b/xml-catalog.cabal
@@ -1,5 +1,5 @@
 Name:                xml-catalog
-Version:             0.6.0
+Version:             0.7.0
 Synopsis:            Parse XML catalog files
 Homepage:            http://github.com/snoyberg/xml
 License:             BSD3
@@ -16,9 +16,9 @@
   Build-depends:       base                     >= 4          && < 5
                      , text                     >= 0.11       && < 1.0
                      , containers               >= 0.2        && < 0.5
-                     , xml-conduit              >= 0.6        && < 0.7
-                     , uri-conduit              >= 0.3        && < 0.4
-                     , conduit                  >= 0.3        && < 0.4
-                     , transformers             >= 0.2        && < 0.3
+                     , xml-conduit              >= 0.7        && < 0.8
+                     , uri-conduit              >= 0.4        && < 0.5
+                     , conduit                  >= 0.4        && < 0.5
+                     , transformers             >= 0.2        && < 0.4
                      , bytestring
   Ghc-options: -Wall
