diff --git a/hquery.cabal b/hquery.cabal
--- a/hquery.cabal
+++ b/hquery.cabal
@@ -1,5 +1,5 @@
 name:                hquery
-version:             0.1.0.0
+version:             0.1.0.1
 synopsis:            A query language for transforming HTML5
 license:             MIT
 license-file:        LICENSE
@@ -20,8 +20,8 @@
   location:          git://github.com/tych0/hquery.git
 
 library
-  build-depends: base ==4.5.*, parsec >= 3.1, xmlhtml >= 0.2.0.3,
-                 text >= 0.11.2.3, containers >= 0.4.2.1
+  build-depends: base ==4.*, parsec >= 3.1, xmlhtml >= 0.2,
+                 text >= 0.11, containers
 
   hs-source-dirs: src
   exposed-modules: Text.Hquery, Text.Hquery.Utils,
@@ -34,7 +34,7 @@
   hs-source-dirs: tests
   main-is: TransformTests.hs
   type: exitcode-stdio-1.0
-  build-depends: base ==4.5.*, hquery >= 0.1.0.0, xmlhtml >= 0.2.0.3, HUnit,
+  build-depends: base ==4.*, hquery >= 0.1.0.0, xmlhtml >= 0.2, HUnit,
                  filepath >= 1.3.0.0, bytestring >= 0.9.2.1, test-framework,
                  test-framework-hunit
   extensions: DeriveDataTypeable
@@ -43,12 +43,12 @@
   hs-source-dirs: tests
   main-is: ParserTests.hs
   type: exitcode-stdio-1.0
-  build-depends: base ==4.5.*, hquery >= 0.1.0.0, HUnit, test-framework,
+  build-depends: base ==4.*, hquery >= 0.1.0.0, HUnit, test-framework,
                  test-framework-hunit, parsec >= 3.1
 
 test-suite UtilsTests
   hs-source-dirs: tests
   main-is: UtilsTests.hs
   type: exitcode-stdio-1.0
-  build-depends: base ==4.5.*, hquery >= 0.1.0.0, HUnit, test-framework,
-                 test-framework-hunit, xmlhtml >= 0.2.0.3, text >= 0.11.2.3
+  build-depends: base ==4.*, hquery >= 0.1.0.0, HUnit, test-framework,
+                 test-framework-hunit, xmlhtml >= 0.2, text >= 0.11
