From 8db6d9abb9e3e2e7ac8402a18a95654cc66340e4 Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Thu, 16 May 2024 07:08:48 -0400 Subject: [PATCH] Allow building with template-haskell-2.22.* Due to an oversight, I forgot to do this in #1065. --- lens.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lens.cabal b/lens.cabal index 96c7604d0..b56ec7637 100644 --- a/lens.cabal +++ b/lens.cabal @@ -200,7 +200,7 @@ library semigroupoids >= 5.0.1 && < 7, strict >= 0.4 && < 0.6, tagged >= 0.8.6 && < 1, - template-haskell >= 2.11.1.0 && < 2.22, + template-haskell >= 2.11.1.0 && < 2.23, text >= 1.2.3.0 && < 2.2, th-abstraction >= 0.4.1 && < 0.8, these >= 1.1.1.1 && < 1.3,