diff --git a/readable.cabal b/readable.cabal
--- a/readable.cabal
+++ b/readable.cabal
@@ -1,5 +1,5 @@
 name:           readable
-version:        0.1.0.1
+version:        0.1.0.2
 synopsis:       Reading from Text and ByteString
 
 description:
@@ -28,8 +28,8 @@
 
   build-depends:
     base        >= 4    && < 5,
-    bytestring  >= 0.9  && < 0.11,
-    text        >= 0.11 && < 0.12
+    bytestring  >= 0.9,
+    text        >= 0.11
 
   ghc-prof-options: -prof -auto-all
   ghc-options: -Wall -fwarn-tabs
