diff --git a/haskellish.cabal b/haskellish.cabal
--- a/haskellish.cabal
+++ b/haskellish.cabal
@@ -1,5 +1,5 @@
 name:                haskellish
-version:             0.3.2
+version:             0.3.2.1
 synopsis:            For parsing Haskell-ish languages
 homepage:            http://github.com/dktr0/Haskellish
 license:             BSD3
@@ -30,9 +30,9 @@
       base >=4.8 && <5
     , haskell-src-exts >=1.17.1 && <1.24
     , mtl >= 2.2.2 && <2.3
-    , template-haskell >= 2.10.0.0 && < 2.17
+    , template-haskell >= 2.10.0.0 && < 2.20
     , containers < 0.7
-    , text < 1.3
+    , text < 2.1
 
 source-repository head
   type:     git
