diff --git a/th-reify-compat.cabal b/th-reify-compat.cabal
--- a/th-reify-compat.cabal
+++ b/th-reify-compat.cabal
@@ -1,6 +1,6 @@
 
 name:                th-reify-compat
-version:             0.0.1.2
+version:             0.0.1.3
 synopsis:            Compatibility for the result type of TH reify
 description:         This package contains compatible interfaces against
                      the result type of TH reify function.
@@ -22,7 +22,7 @@
 
 flag template-haskell-210
   description: If true, use template-haskell 2.10 or older, otherwise use template-haskell 2.11 or newer.
-  default:     True
+  default:     False
 
 library
   exposed-modules:      Language.Haskell.TH.Compat.Reify
