diff --git a/property-list.cabal b/property-list.cabal
--- a/property-list.cabal
+++ b/property-list.cabal
@@ -1,5 +1,5 @@
 name:                   property-list
-version:                0.0.0.1
+version:                0.0.0.1.1
 stability:              experimental
 license:                PublicDomain
 
@@ -19,11 +19,11 @@
   exposed-modules:      Data.PropertyList
   other-modules:        Data.PropertyList.Xml
                         Data.PropertyList.Xml.Dtd
-  build-depends:        base >= 3,
+  build-depends:        base >= 3 && <5,
                         bytestring,
                         containers, 
                         dataenc,
-                        HaXml,
+                        HaXml >= 1.19,
                         old-locale,
                         pretty,
                         time,
