From 9818a6878ab72cc6bb6d6c7fc242292ab79d75bb Mon Sep 17 00:00:00 2001 From: jkachmar Date: Mon, 2 May 2022 14:52:23 -0400 Subject: [PATCH] Raises upper bound on text (<3) --- cron.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cron.cabal b/cron.cabal index 616e649..b78761a 100644 --- a/cron.cabal +++ b/cron.cabal @@ -58,7 +58,7 @@ library default-language: Haskell2010 build-depends: base >= 4 && < 5 , attoparsec >= 0.10 - , text >= 0.11 && < 2 + , text >= 0.11 && < 3 , time >= 1.4 , old-locale >= 1.0 , mtl >= 2.0.1