diff --git a/th-lift-instances.cabal b/th-lift-instances.cabal
--- a/th-lift-instances.cabal
+++ b/th-lift-instances.cabal
@@ -1,5 +1,5 @@
 name:          th-lift-instances
-version:       0.1.3
+version:       0.1.4
 license:       BSD3
 cabal-version: >= 1.10
 license-file:  LICENSE
@@ -36,10 +36,11 @@
     , th-lift
     , containers >= 0.4 && < 0.6
     , vector >= 0.9 && < 0.11
-    , text >= 0.11 && < 1.2
+    , text >= 0.11 && < 1.3
     , bytestring >= 0.9 && < 0.11
   exposed-modules:
     Instances.TH.Lift
+  other-extensions: TemplateHaskell
 
 test-suite tests
   type:    exitcode-stdio-1.0
@@ -57,6 +58,7 @@
     , th-lift-instances
     , QuickCheck >= 2.6 && < 2.8
   hs-source-dirs: tests
+  other-extensions: TemplateHaskell
 
 test-suite doctests
   type:    exitcode-stdio-1.0
