diff --git a/template-haskell-compat-v0208.cabal b/template-haskell-compat-v0208.cabal
--- a/template-haskell-compat-v0208.cabal
+++ b/template-haskell-compat-v0208.cabal
@@ -1,8 +1,10 @@
 cabal-version: 3.0
 name:          template-haskell-compat-v0208
-version:       0.1.9.3
+version:       0.1.9.4
 category:      TemplateHaskell, Compatibility
-synopsis: Backward-compatibility layer for Template Haskell newer than 2.8
+synopsis:
+  Backward-compatibility layer for Template Haskell newer than 2.8
+
 description:
   Collection of functions that aims to help you to write
   Template Haskell that is compatible
@@ -72,4 +74,4 @@
   other-modules:      TemplateHaskell.Compat.V0208.Prelude
   build-depends:
     , base >=4.6 && <5
-    , template-haskell >=2.8 && <2.22
+    , template-haskell >=2.8 && <2.23
