diff --git a/th-data-compat.cabal b/th-data-compat.cabal
--- a/th-data-compat.cabal
+++ b/th-data-compat.cabal
@@ -1,6 +1,6 @@
 
 name:                th-data-compat
-version:             0.0.2.1
+version:             0.0.2.2
 synopsis:            Compatibility for data definition template of TH
 description:         This package contains wrapped name definitions of
                      data definition template
@@ -12,10 +12,11 @@
 category:            Language
 build-type:          Simple
 cabal-version:       >=1.10
-tested-with:           GHC == 7.4.1, GHC == 7.4.2
-                     , GHC == 7.6.1, GHC == 7.6.2, GHC == 7.6.3
+tested-with:           GHC == 8.0.1
+                     , GHC == 7.10.1, GHC == 7.10.2, GHC == 7.10.3
                      , GHC == 7.8.1, GHC == 7.8.2, GHC == 7.8.3, GHC == 7.8.4
-                     , GHC == 8.0.1
+                     , GHC == 7.6.1, GHC == 7.6.2, GHC == 7.6.3
+                     , GHC == 7.4.1, GHC == 7.4.2
 
 flag template-haskell-210
   description: If true, use template-haskell 2.10 or older, otherwise use template-haskell 2.11 or newer.
