# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/haskell-th-compat/hotfix-cabal.patch # Copyright (C) 2026 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 or patched project license # --- T2-COPYRIGHT-END --- --- th-compat-0.1.7/th-compat.cabal.vanilla 2026-03-03 15:34:18.102134474 -0500 +++ th-compat-0.1.7/th-compat.cabal 2026-03-03 15:34:37.441334675 -0500 @@ -42,11 +42,11 @@ library exposed-modules: Language.Haskell.TH.Syntax.Compat - build-depends: base >= 4.9 && < 5 - , template-haskell >= 2.11 && < 2.25 + build-depends: base + , template-haskell if !impl(ghc >= 9.4) - build-depends: filepath >= 1.2.0.0 && < 1.6 - , directory >= 1.1.0.0 && < 1.4 + build-depends: filepath + , directory hs-source-dirs: src default-language: Haskell2010 ghc-options: -Wall