From efe21df812565b89961cd42f7fcd984a895c0440 Mon Sep 17 00:00:00 2001 From: Ryan Scott <ryan.gl.scott@gmail.com> Date: Sat, 20 Apr 2024 15:25:25 -0400 Subject: [PATCH] Allow building with template-haskell-2.22.* --- CHANGELOG.markdown | 1 + exceptions.cabal | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index 22ba49b..2f25a19 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -1,5 +1,6 @@ next [????.??.??] ----------------- +* Allow building with `template-haskell-2.22.*`. * Make the test suite build with GHC 9.4 and `mtl-2.3.1`. 0.10.7 [2022.12.04] diff --git a/exceptions.cabal b/exceptions.cabal index ba1682d..d1e8bac 100644 --- a/exceptions.cabal +++ b/exceptions.cabal @@ -50,7 +50,7 @@ library build-depends: base >= 4.5 && < 5, stm >= 2.2 && < 3, - template-haskell >= 2.7 && < 2.22, + template-haskell >= 2.7 && < 2.23, mtl >= 2.0 && < 2.4 if !impl(ghc >= 8.0) -- GitLab