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.8
+Version:            0.8.0.1
 Cabal-Version:      1.12
 License:            BSD3
 License-Files:      COPYING, BSD3, GPL-2
@@ -35,7 +35,7 @@
   Build-Depends:    base              >= 4.3  && < 5,
                     ghc-prim,
                     th-abstraction   >= 0.2.3 && < 0.4,
-                    template-haskell >= 2.4   && < 2.15
+                    template-haskell >= 2.4   && < 2.16
 
 Test-Suite test
   Default-Language: Haskell2010
@@ -48,3 +48,4 @@
                     ghc-prim,
                     th-lift,
                     template-haskell
+
