diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
 # Revision history for language-Modula2
 
+## 0.1.4.2 -- 2025-01-01
+
+* Removed the template-haskell dependency
+* Bumped the upper bound of deep-transformations
+
 ## 0.1.4.1 -- 2024-04-27
 
 * Fixed deprecation warnings
diff --git a/language-Modula2.cabal b/language-Modula2.cabal
--- a/language-Modula2.cabal
+++ b/language-Modula2.cabal
@@ -1,7 +1,7 @@
 cabal-version:       2.4
 
 name:                language-Modula2
-version:             0.1.4.1
+version:             0.1.4.2
 synopsis:            Parser, pretty-printer, and more for the Modula-2 programming language
 description:
    The library and the executable supports two versions of the Modula-2 programming language: as described by the
@@ -26,8 +26,8 @@
   -- other-modules:
   build-depends:       base >= 4.16 && < 5, text < 3, containers >= 0.5 && < 1.0, filepath < 1.6, directory < 1.4,
                        parsers >= 0.12.7 && < 0.13, input-parsers >= 0.2.2 && < 0.4, prettyprinter >= 1.2.1 && < 1.8,
-                       rank2classes >= 1.3 && < 1.6, grammatical-parsers >= 0.7 && < 0.8, deep-transformations == 0.2.*,
-                       template-haskell >= 2.11 && < 2.22,
+                       rank2classes >= 1.3 && < 1.6, grammatical-parsers >= 0.7 && < 0.8,
+                       deep-transformations >= 0.2 && < 0.4,
                        language-oberon >= 0.3 && < 0.4
   hs-source-dirs:      src
   default-language:    Haskell2010
