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.9
+Version:          0.2.1.10
 License:          BSD3
 License-File:     LICENSE
 Author:           Luke Palmer <lrpalmer@gmail.com>,
@@ -11,7 +11,7 @@
 Cabal-Version:    >=1.6
 Build-Type:       Simple
 Tested-With:      GHC==6.8.2, GHC==6.10.4, GHC==6.12.3
-Tested-With:      GHC==7.0.1, GHC==7.2.2
+Tested-With:      GHC==7.0.1, GHC==7.2.2, GHC==7.4.2, GHC==7.6.1
 Synopsis:         Utilities for accessing and manipulating fields of records
 Description:
   Automate generation of @Accessor@'s of the @data-accessor@ package
@@ -25,6 +25,11 @@
   Description: Adapt to newer TemplateHaskell version, this is ignored for GHC
   Default: False
 
+Source-Repository this
+  Tag:         0.2.1.10
+  Type:        darcs
+  Location:    http://code.haskell.org/data-accessor/template/
+
 Source-Repository head
   Type:        darcs
   Location:    http://code.haskell.org/data-accessor/template/
@@ -38,7 +43,7 @@
   If impl(ghc)
     If impl(ghc >= 6.12)
       Hs-Source-Dirs: src-5
-      Build-Depends:  template-haskell >=2.4 && <2.8
+      Build-Depends:  template-haskell >=2.4 && <2.9
     Else
       Hs-Source-Dirs: src-3
       Build-Depends:  template-haskell >=2.2 && <2.4
