diff --git a/lens-family-th.cabal b/lens-family-th.cabal
--- a/lens-family-th.cabal
+++ b/lens-family-th.cabal
@@ -1,5 +1,5 @@
 name:                lens-family-th
-version:             0.2.0.0
+version:             0.2.0.1
 synopsis:            Generate lens-family style lenses
 
 description:
@@ -14,7 +14,7 @@
 license:             BSD3
 license-file:        LICENSE
 author:              Dan Burton
-copyright:           (c) Dan Burton 2012
+copyright:           (c) Dan Burton 2012-2013
 
 homepage:            http://github.com/DanBurton/lens-family-th#readme
 bug-reports:         http://github.com/DanBurton/lens-family-th/issues
@@ -27,7 +27,7 @@
 
 library
   exposed-modules:     Lens.Family.TH, Lens.Family2.TH, Lens.Family.THCore
-  build-depends:       base ==4.*, template-haskell >= 2.5 && < 2.8
+  build-depends:       base ==4.*, template-haskell >= 2.5
 
 
 source-repository head
@@ -37,4 +37,4 @@
 source-repository this
   type:      git
   location:  git://github.com/DanBurton/lens-family-th.git
-  tag:       lens-family-th-0.2.0.0
+  tag:       lens-family-th-0.2.0.1
