diff --git a/CHANGELOG b/CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,9 @@
+0.7 -> 0.7.1
+- Update for GHC 8.0.2
+  - Updated to template-haskell-2.11.1.0
+  
 0.6 -> 0.7
-- Update for GHC 7.10
+- Update for GHC 8.0
   - Updated to base-4.9.0.0
   - Updated to template-haskell-2.11.0.0
   - Updated to syb-0.6
diff --git a/algebraic-classes.cabal b/algebraic-classes.cabal
--- a/algebraic-classes.cabal
+++ b/algebraic-classes.cabal
@@ -1,5 +1,5 @@
 name:                algebraic-classes
-version:             0.7
+version:             0.7.1
 synopsis:            Conversions between algebraic classes and F-algebras.
 description:         Algebraic classes are type classes where all the methods return a value of the same type, which is also the class parameter.
                      Examples from @base@ are @Num@ and @Monoid@.
@@ -38,7 +38,7 @@
   build-depends:
       base == 4.9.*
     , syb == 0.6.*
-    , template-haskell == 2.11.0.*
+    , template-haskell == 2.11.*
 
 source-repository head
   type:     git
