diff --git a/haquery.cabal b/haquery.cabal
--- a/haquery.cabal
+++ b/haquery.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                haquery
-version:             0.1.1.2
+version:             0.1.1.3
 synopsis:            jQuery for Haskell.
 -- description:         
 homepage:            https://github.com/crufter/haquery
@@ -18,7 +18,7 @@
 library
   exposed-modules:     Haquery
   -- other-modules:       
-  build-depends:       base >= 4.5 && < 4.7,
+  build-depends:       base >= 4.5 && < 4.10,
                        transformers,
                        split,
                        containers,
