diff --git a/hw-xml.cabal b/hw-xml.cabal
--- a/hw-xml.cabal
+++ b/hw-xml.cabal
@@ -1,5 +1,5 @@
 name:                   hw-xml
-version:                0.1.0.0
+version:                0.1.0.1
 synopsis:               Conduits for tokenizing streams.
 description:            Please see README.md
 homepage:               http://github.com/haskell-works/hw-xml#readme
@@ -20,10 +20,10 @@
   ghc-options:          -threaded -rtsopts -with-rtsopts=-N -O2 -Wall -msse4.2
   build-depends:        base                          >= 4          && < 5
                       , bytestring
-                      , hw-balancedparens             >= 0.1.0.0
-                      , hw-bits                       >= 0.4.0.0
-                      , hw-prim                       >= 0.4.0.0
-                      , hw-rankselect                 >= 0.7.0.0
+                      , hw-balancedparens             >= 0.2.0.1
+                      , hw-bits                       >= 0.7.0.2
+                      , hw-prim                       >= 0.5.0.0
+                      , hw-rankselect                 >= 0.10.0.3
                       , hw-xml
                       , vector
   default-language:     Haskell2010
