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.10
+Version:          0.2.1.11
 License:          BSD3
 License-File:     LICENSE
 Author:           Luke Palmer <lrpalmer@gmail.com>,
@@ -26,7 +26,7 @@
   Default: False
 
 Source-Repository this
-  Tag:         0.2.1.10
+  Tag:         0.2.1.11
   Type:        darcs
   Location:    http://code.haskell.org/data-accessor/template/
 
@@ -43,7 +43,7 @@
   If impl(ghc)
     If impl(ghc >= 6.12)
       Hs-Source-Dirs: src-5
-      Build-Depends:  template-haskell >=2.4 && <2.9
+      Build-Depends:  template-haskell >=2.4 && <2.10
     Else
       Hs-Source-Dirs: src-3
       Build-Depends:  template-haskell >=2.2 && <2.4
@@ -57,7 +57,7 @@
   Else
     If flag(template_2_4)
       Hs-Source-Dirs: src-5
-      Build-Depends:  template-haskell >=2.4 && <2.8
+      Build-Depends:  template-haskell >=2.4 && <2.10
     Else
       Hs-Source-Dirs: src-3
       Build-Depends:  template-haskell >=2.2 && <2.4
