diff --git a/hsimport.cabal b/hsimport.cabal
--- a/hsimport.cabal
+++ b/hsimport.cabal
@@ -1,5 +1,5 @@
 Name:          hsimport
-Version:       0.2.7
+Version:       0.2.8
 License:       BSD3
 License-file:  LICENSE
 Author:        Daniel Trstenjak
@@ -38,9 +38,9 @@
                  haskell-src-exts >= 1.14.0 && < 1.15,
                  lens >= 3.9.2 && < 4.0,
                  mtl >= 2.1.2 && < 2.2,
-                 text >= 0.11.3.1 && < 0.12,
+                 text >= 0.11.3.1 && < 1.2,
                  split >= 0.2.2 && < 0.3,
-                 attoparsec >= 0.10.4.0 && < 0.11,
+                 attoparsec >= 0.10.4.0 && < 0.12,
                  directory >= 1.2.0.1 && < 1.3
 
 library
@@ -59,9 +59,9 @@
                  haskell-src-exts >= 1.14.0 && < 1.15,
                  lens >= 3.9.2 && < 4.0,
                  mtl >= 2.1.2 && < 2.2,
-                 text >= 0.11.3.1 && < 0.12,
+                 text >= 0.11.3.1 && < 1.2,
                  split >= 0.2.2 && < 0.3,
-                 attoparsec >= 0.10.4.0 && < 0.11,
+                 attoparsec >= 0.10.4.0 && < 0.12,
                  directory >= 1.2.0.1 && < 1.3
 
 test-suite hsimport-tests
