diff --git a/th-lift.cabal b/th-lift.cabal
--- a/th-lift.cabal
+++ b/th-lift.cabal
@@ -1,5 +1,5 @@
 Name:               th-lift
-Version:            0.7.7
+Version:            0.7.8
 Cabal-Version:      >= 1.8
 License:            BSD3
 License-Files:      COPYING, BSD3, GPL-2
@@ -31,7 +31,7 @@
     Build-Depends: packedstring == 0.1.*,
                    template-haskell >= 2.2 && < 2.4
   else
-    Build-Depends: template-haskell >= 2.4 && < 2.13
+    Build-Depends: template-haskell >= 2.4 && < 2.14
 
 Test-Suite test
   Type:             exitcode-stdio-1.0
@@ -46,4 +46,4 @@
     Build-Depends: packedstring == 0.1.*,
                    template-haskell >= 2.2 && < 2.4
   else
-    Build-Depends: template-haskell >= 2.4 && < 2.13
+    Build-Depends: template-haskell >= 2.4 && < 2.14
