diff --git a/changelog b/changelog
--- a/changelog
+++ b/changelog
@@ -1,3 +1,7 @@
+geniplate 0.7.5 (released 2017-04-24):
+* Support GHC 8.2.1
+  Contributed by Andrés Sicard-Ramírez.
+
 geniplate 0.7.4 (released 2016-04-24):
 * Fix the template-haskell 2.11.* support
   Contributed by Andrés Sicard-Ramírez.
diff --git a/geniplate-mirror.cabal b/geniplate-mirror.cabal
--- a/geniplate-mirror.cabal
+++ b/geniplate-mirror.cabal
@@ -1,5 +1,5 @@
 Name:           geniplate-mirror
-Version:        0.7.4
+Version:        0.7.5
 Synopsis:       Use Template Haskell to generate Uniplate-like functions.
 Description:    Use Template Haskell to generate Uniplate-like functions.
                 .
@@ -28,6 +28,6 @@
   location: https://github.com/danr/geniplate
 
 library
-  Build-Depends: base >= 4 && < 5.0, template-haskell < 2.12, mtl
+  Build-Depends: base >= 4 && < 5.0, template-haskell < 2.13, mtl
 
   Exposed-modules:      Data.Generics.Geniplate
