diff --git a/test/GeneratorTest.hs b/test/GeneratorTest.hs
--- a/test/GeneratorTest.hs
+++ b/test/GeneratorTest.hs
@@ -29,6 +29,7 @@
 import qualified Data.Text as T
 
 import Test.Framework
+import Test.Framework.TestManager
 
 import Text.XML.Generator
 
diff --git a/xmlgen.cabal b/xmlgen.cabal
--- a/xmlgen.cabal
+++ b/xmlgen.cabal
@@ -1,5 +1,5 @@
 Name:                xmlgen
-Version:             0.6.0.0
+Version:             0.6.1.0
 Synopsis:            Fast XML generation library
 Description:         Library for high-performance XML generation.
 License:             BSD3
@@ -28,8 +28,8 @@
   Type:              exitcode-stdio-1.0
   Hs-Source-Dirs:    test
   Main-Is:           GeneratorTest.hs
-  Build-depends:     base >= 4.2 && < 4.7, HTF == 0.9.*, xmlgen, text >= 0.10 && < 0.12,
-                     containers >= 0.3 && < 0.6, hxt == 9.2.*, bytestring >= 0.9 && < 0.11,
+  Build-depends:     base >= 4.2 && < 4.7, HTF >= 0.11, xmlgen, text >= 0.10 && < 0.12,
+                     containers >= 0.3 && < 0.6, hxt == 9.3.*, bytestring >= 0.9 && < 0.11,
                      filepath == 1.3.*, process == 1.1.*
   if !os(windows)
     Build-depends:   unix >= 2.4 && < 2.7
