diff --git a/DAV.cabal b/DAV.cabal
--- a/DAV.cabal
+++ b/DAV.cabal
@@ -1,5 +1,5 @@
 name:                DAV
-version:             0.6.1
+version:             0.6.2
 synopsis:            RFC 4918 WebDAV support
 description:
    This is a library for the Web Distributed Authoring and Versioning
@@ -40,7 +40,7 @@
                      , mtl >= 2.1
                      , transformers >= 0.3
                      , transformers-base
-                     , xml-conduit >= 1.0          && <= 1.2
+                     , xml-conduit >= 1.0          && < 1.3
                      , xml-hamlet >= 0.4           && <= 0.5
 executable hdav
   main-is:           hdav.hs
@@ -63,7 +63,7 @@
                      , optparse-applicative >= 0.5.0
                      , transformers >= 0.3
                      , transformers-base
-                     , xml-conduit >= 1.0          && <= 1.2
+                     , xml-conduit >= 1.0          && < 1.3
                      , xml-hamlet >= 0.4           && <= 0.5
 
 source-repository head
@@ -74,4 +74,4 @@
 source-repository this
   type:     git
   location: git://anonscm.debian.org/users/clint/DAV.git
-  tag:      DAV/0.6.1
+  tag:      DAV/0.6.2
