diff --git a/data-accessor-template.cabal b/data-accessor-template.cabal
--- a/data-accessor-template.cabal
+++ b/data-accessor-template.cabal
@@ -1,5 +1,5 @@
 Name:             data-accessor-template
-Version:          0.2.1.14
+Version:          0.2.1.15
 License:          BSD3
 License-File:     LICENSE
 Author:           Luke Palmer <lrpalmer@gmail.com>,
@@ -32,7 +32,7 @@
   Default: False
 
 Source-Repository this
-  Tag:         0.2.1.14
+  Tag:         0.2.1.15
   Type:        darcs
   Location:    http://code.haskell.org/data-accessor/template/
 
@@ -49,7 +49,7 @@
   If impl(ghc)
     If impl(ghc >= 8.0)
       Hs-Source-Dirs: src-2.11
-      Build-Depends:  template-haskell >=2.11 && <2.13
+      Build-Depends:  template-haskell >=2.11 && <2.14
     Else
       If impl(ghc >= 6.12)
         Hs-Source-Dirs: src-2.4
@@ -67,7 +67,7 @@
   Else
     If flag(template_2_11)
       Hs-Source-Dirs: src-2.11
-      Build-Depends:  template-haskell >=2.11 && <2.13
+      Build-Depends:  template-haskell >=2.11 && <2.14
     Else
       If flag(template_2_4)
         Hs-Source-Dirs: src-2.4
