diff --git a/derive-has-field.cabal b/derive-has-field.cabal
--- a/derive-has-field.cabal
+++ b/derive-has-field.cabal
@@ -5,11 +5,12 @@
 -- see: https://github.com/sol/hpack
 
 name:           derive-has-field
-version:        0.0.1.0
+version:        0.0.1.1
 synopsis:       Derive HasField instances with Template Haskell
 description:    A Template Haskell function to derive HasField instances to utilize OverloadedRecordDot more effectively.
-homepage:       https://github.com/chiroptical/snail#readme
-bug-reports:    https://github.com/chiroptical/snail/issues
+category:       Template Haskell
+homepage:       https://github.com/chiroptical/derive-has-field#readme
+bug-reports:    https://github.com/chiroptical/derive-has-field/issues
 author:         Barry Moore II
 maintainer:     chiroptical@gmail.com
 copyright:      Barry Moore II
@@ -21,7 +22,7 @@
 
 source-repository head
   type: git
-  location: https://github.com/chiroptical/snail
+  location: https://github.com/chiroptical/derive-has-field
 
 library
   exposed-modules:
@@ -39,7 +40,7 @@
       TypeApplications
   build-depends:
       base >=4.7 && <5
-    , template-haskell
+    , template-haskell >=2.5 && <2.20
     , th-abstraction >0.4 && <0.7
   default-language: Haskell2010
 
@@ -63,6 +64,6 @@
       base >=4.7 && <5
     , derive-has-field
     , hspec >=2.10.10 && <2.11
-    , template-haskell
+    , template-haskell >=2.5 && <2.20
     , th-abstraction >0.4 && <0.7
   default-language: Haskell2010
