diff --git a/changelog b/changelog
--- a/changelog
+++ b/changelog
@@ -1,3 +1,7 @@
+geniplate 0.7.6 (released 2018-02-07):
+* Support GHC 8.4.1
+  Contributed by Andrés Sicard-Ramírez.
+
 geniplate 0.7.5 (released 2017-04-24):
 * Support GHC 8.2.1
   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.5
+Version:        0.7.6
 Synopsis:       Use Template Haskell to generate Uniplate-like functions.
 Description:    Use Template Haskell to generate Uniplate-like functions.
                 .
@@ -11,7 +11,7 @@
 License:        BSD3
 License-File:   LICENSE
 Author:         Lennart Augustsson
-Maintainer:     Dan Rosén, danr@chalmers.se
+Maintainer:     Dan Rosén, dan.rosen@gu.se
 Copyright:      2014-2015 Lennart Augustsson
 Category:       Generics
 Build-type:     Simple
@@ -28,6 +28,6 @@
   location: https://github.com/danr/geniplate
 
 library
-  Build-Depends: base >= 4 && < 5.0, template-haskell < 2.13, mtl
+  Build-Depends: base >= 4 && < 5.0, template-haskell < 2.14, mtl
 
   Exposed-modules:      Data.Generics.Geniplate
