From e55593fd91be5dbc471b94842432989c870f8e4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9cate=20Moonlight?= Date: Sat, 18 Nov 2023 23:07:12 +0100 Subject: [PATCH] Allow text-2.1 --- chronos.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chronos.cabal b/chronos.cabal index 4a63ddc..a40ecf5 100644 --- a/chronos.cabal +++ b/chronos.cabal @@ -54,7 +54,7 @@ library , hashable >= 1.2 && < 1.5 , primitive >= 0.6.4 && < 0.10 , semigroups >= 0.16 && < 0.21 - , text >= 1.2 && < 1.3 || >= 2.0 && < 2.1 + , text >= 1.2 && < 1.3 || >= 2.0 && < 2.2 , torsor >= 0.1 && < 0.2 , vector >= 0.11 && < 0.14 , bytebuild >= 0.3.8 && < 0.4