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.6
+version:             0.0.2.7
 synopsis:            Compatibility for data definition template of TH
 description:         This package contains wrapped name definitions of
                      data definition template
@@ -12,7 +12,7 @@
 category:            Language
 build-type:          Simple
 cabal-version:       >=1.10
-tested-with:           GHC == 8.4.1, GHC == 8.4.2
+tested-with:           GHC == 8.4.1, GHC == 8.4.2, GHC == 8.4.3
                      , GHC == 8.2.1, GHC == 8.2.2
                      , GHC == 8.0.1, GHC == 8.0.2
                      , GHC == 7.10.1, GHC == 7.10.2, GHC == 7.10.3
@@ -33,6 +33,7 @@
                           Language.Haskell.TH.Compat.Data.Current
       build-depends:      template-haskell >=2.12
     else
+      -- 8 <= ghc < 8.2
       other-modules:
                           Language.Haskell.TH.Compat.Data.V211
       build-depends:      template-haskell ==2.11.*
