From 7c7d4c117600d1d45d94d1f5b7983b7de6967bbb Mon Sep 17 00:00:00 2001 From: Daniel Rolls Date: Sat, 1 Mar 2025 13:49:55 +0000 Subject: [PATCH] Support latest lens release --- shellify.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shellify.cabal b/shellify.cabal index 6c9af65..fb5225b 100644 --- a/shellify.cabal +++ b/shellify.cabal @@ -56,7 +56,7 @@ library directory >=1.3.6.2 && <1.4, extra >=1.7.13 && <1.9, HStringTemplate >=0.8.8 && <0.9, - lens >=5.1.1 && <5.2, + lens >=5.1.1 && <5.4, mtl >=2.2.2 && <2.4, parsec >=3.1.15.0 && <3.2, shake >=0.19.7 && <0.20,