From 0344d22049ec7e5a22a1b435f3f84950877b2c97 Mon Sep 17 00:00:00 2001 From: Taylor Fausak Date: Mon, 23 Jan 2023 08:12:26 -0600 Subject: [PATCH] Allow text 2.0 --- servant-lucid.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servant-lucid.cabal b/servant-lucid.cabal index 028371f..5bcc999 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 + , text >=1.2.3.0 && <1.3 || >= 2 && < 2.1 , servant >=0.17 && <0.20 if !impl(ghc >= 8.0)