From afb181e2b7810ad4923521ca29c9c72562c929fe Mon Sep 17 00:00:00 2001 From: Ryan Scott <ryan.gl.scott@gmail.com> Date: Thu, 29 Jun 2023 08:12:08 -0400 Subject: [PATCH] Bump template-haskell bound to <2.22 For GHC 9.8. --- exceptions.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exceptions.cabal b/exceptions.cabal index 1433cc8..8b3254b 100644 --- a/exceptions.cabal +++ b/exceptions.cabal @@ -49,7 +49,7 @@ library build-depends: base >= 4.5 && < 5, stm >= 2.2 && < 3, - template-haskell >= 2.7 && < 2.21, + template-haskell >= 2.7 && < 2.22, mtl >= 2.0 && < 2.4 if !impl(ghc >= 8.0) -- GitLab