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.8.0
+Version:             1.1.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
-                     , xml-conduit              >= 1.0        && < 1.1
-                     , uri-conduit              >= 0.5        && < 0.6
-                     , conduit                  >= 0.5        && < 0.6
+                     , xml-conduit              >= 1.1        && < 1.2
+                     , uri-conduit              >= 1.1        && < 1.2
+                     , conduit                  >= 1.0        && < 1.1
                      , transformers             >= 0.2        && < 0.4
                      , bytestring
   Ghc-options: -Wall
