From 96f8bb813798d2ee9d08cb0d60dfc27404864edb Mon Sep 17 00:00:00 2001 From: Alexander Batischev Date: Wed, 27 Dec 2023 18:19:15 +0300 Subject: [PATCH] Allow text 2.1 --- feed.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/feed.cabal b/feed.cabal index c49bae6..5dd6cfa 100644 --- a/feed.cabal +++ b/feed.cabal @@ -86,7 +86,7 @@ library , old-locale == 1.0.* , old-time >= 1 && < 1.2 , safe == 0.3.* - , text < 1.3 || ==2.0.* + , text < 1.3 || >= 2.0 && < 2.2 , time < 1.13 , time-locale-compat == 0.1.* , utf8-string < 1.1 @@ -126,7 +126,7 @@ test-suite tests , syb , test-framework == 0.8.* , test-framework-hunit == 0.3.* - , text < 1.3 || ==2.0.* + , text < 1.3 || >= 2.0 && < 2.2 , time < 1.13 , xml-types >= 0.3.6 && < 0.4 , xml-conduit >= 1.3 && < 1.10