diff --git a/wraxml.cabal b/wraxml.cabal
--- a/wraxml.cabal
+++ b/wraxml.cabal
@@ -1,6 +1,6 @@
 Cabal-Version:  2.2
 Name:           wraxml
-Version:        0.4.4.2
+Version:        0.4.4.3
 License:        GPL-3.0-only
 License-File:   LICENSE
 Author:         Henning Thielemann <haskell@henning-thielemann.de>
@@ -51,7 +51,7 @@
 Source-Repository this
    Type:     darcs
    Location: http://code.haskell.org/~thielema/wraxml/
-   Tag:      0.4.4.2
+   Tag:      0.4.4.3
 
 Flag buildExamples
    description: Build example executables
@@ -60,17 +60,17 @@
 Library
   Build-Depends:
     polyparse >=1.2 && <1.14,
-    tagsoup >=0.8 && <0.14,
+    tagsoup >=0.8 && <0.15,
     tagchup >=0.4 && <0.5,
     xml-basic >=0.1 && <0.2,
     HaXml >=1.23 && <1.26,
     hxt >=8.5.0 && <8.6,
     hxt-filter >=8.1.1 && <9,
-    transformers >=0.2 && <0.6,
-    utility-ht >=0.0.4 && <0.1,
-    explicit-exception >=0.1.3 && <0.2,
+    explicit-exception >=0.1.3 && <0.3,
+    transformers >=0.2 && <0.7,
     data-accessor >=0.2 && <0.3,
     containers >=0.1 && <0.7,
+    utility-ht >=0.0.4 && <0.1,
     base >=3 && <5
   Default-Language: Haskell98
   GHC-Options:    -Wall
