From cb6cd03d43f94fea95265690a28693c5cf8edfa9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 02:15:46 +0000 Subject: [PATCH] Update dependency text to v2.1 --- servant-lucid.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servant-lucid.cabal b/servant-lucid.cabal index c107ea6..33519fc 100644 --- a/servant-lucid.cabal +++ b/servant-lucid.cabal @@ -32,7 +32,7 @@ library build-depends: base >=4.9 && <5 , http-media >=0.6.4 && <0.9 , lucid >=2.9.8 && <2.12 - , text >=1.2.3.0 && <1.3 || >= 2 && < 2.2 + , text >=1.2.3.0 && <2.2 , servant >=0.17 && <0.21 if !impl(ghc >= 8.0)