diff --git a/test/xmlhtml-testsuite.cabal b/test/xmlhtml-testsuite.cabal
--- a/test/xmlhtml-testsuite.cabal
+++ b/test/xmlhtml-testsuite.cabal
@@ -16,12 +16,12 @@
     blaze-html                 >= 0.3.2 && < 0.5,
     bytestring                 == 0.9.*,
     containers                 >= 0.3   && < 0.5,
-    parsec                     >= 3.0   && < 3.2,
-    test-framework             >= 0.3.1 && < 0.4,
+    parsec                     >= 3.1.2 && < 3.2,
+    test-framework             >= 0.3.1 && < 0.5,
     test-framework-hunit       >= 0.2.5 && < 0.3,
     test-framework-quickcheck2 >= 0.2.6 && < 0.3,
     text                       >= 0.11  && < 0.12,
-    unordered-containers       >= 0.1.4 && < 0.2
+    unordered-containers       >= 0.1.4 && < 0.3
 
   ghc-options: -O2 -Wall -fhpc -fwarn-tabs -funbox-strict-fields -threaded
                -fno-warn-unused-do-bind
diff --git a/xmlhtml.cabal b/xmlhtml.cabal
--- a/xmlhtml.cabal
+++ b/xmlhtml.cabal
@@ -1,8 +1,8 @@
 Name:                xmlhtml
-Version:             0.1.6
+Version:             0.1.7
 Synopsis:            XML parser and renderer with HTML 5 quirks mode
 Description:         Contains renderers and parsers for both XML and HTML 5
-                     document fragments, which share data structures wo that
+                     document fragments, which share data structures so that
                      it's easy to work with both.  Document fragments are bits
                      of documents, which are not constrained by some of the
                      high-level structure rules (in particular, they may
@@ -826,7 +826,7 @@
                        containers           >= 0.3   && < 0.5,
                        parsec               >= 3.1.2 && < 3.2,
                        text                 >= 0.11  && < 0.12,
-                       unordered-containers >= 0.1.4 && < 0.2
+                       unordered-containers >= 0.1.4 && < 0.3
 
   extensions:
     OverloadedStrings,
