diff --git a/yajl-enumerator.cabal b/yajl-enumerator.cabal
--- a/yajl-enumerator.cabal
+++ b/yajl-enumerator.cabal
@@ -1,5 +1,5 @@
 name: yajl-enumerator
-version: 0.2.0.1
+version: 0.2.0.2
 synopsis: Enumerator-based interface to YAJL, an event-based JSON implementation
 license: GPL-3
 license-file: license.txt
@@ -19,7 +19,7 @@
   build-depends:
       base >= 4 && < 5
     , bytestring >= 0.9 && < 0.10
-    , text >= 0.7 && < 0.9
+    , text >= 0.7 && < 0.10
     , yajl >= 0.3 && < 0.4
     , enumerator >= 0.4 && < 0.5
     , transformers >= 0.2 && < 0.3
