diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Revision history for taskwarrior
 
+## 0.6.0.2
+
+* Bump bounds for text 2.0
+
 ## 0.6.0.1
 
 * Bump bounds
diff --git a/taskwarrior.cabal b/taskwarrior.cabal
--- a/taskwarrior.cabal
+++ b/taskwarrior.cabal
@@ -4,7 +4,7 @@
 -- PVP summary:     +-+------- breaking API changes
 --                  | | +----- non-breaking API additions
 --                  | | | +--- code changes with no API change
-version: 0.6.0.1
+version: 0.6.0.2
 synopsis:           Types and aeson instances for taskwarrior tasks
 description:
   Types and aeson instances for the https://taskwarrior.org task import/export feature
@@ -51,7 +51,7 @@
     , containers            >=0.5.0.0  && < 0.7
     , process               ^>=1.6.5.0
     , random                >=1.1      && < 1.3
-    , text                  ^>=1.2.3.0
+    , text                  >=1.2.3.0  && < 2.1
     , time                  >=1.8.0.2  && < 1.14
     , uuid                  ^>=1.3.13
 
