From a01dfce958b26d2d385a9df25e0d315fae77050f Mon Sep 17 00:00:00 2001 From: Eric Mertens Date: Fri, 22 Mar 2024 13:57:21 -0700 Subject: [PATCH] allow newer time --- toml-parser.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toml-parser.cabal b/toml-parser.cabal index 1a1d233..d911955 100644 --- a/toml-parser.cabal +++ b/toml-parser.cabal @@ -75,7 +75,7 @@ library containers ^>= {0.5, 0.6, 0.7}, prettyprinter ^>= 1.7, text >= 0.2 && < 3, - time ^>= {1.9, 1.10, 1.11, 1.12}, + time ^>= {1.9, 1.10, 1.11, 1.12, 1.14}, transformers ^>= {0.5, 0.6}, build-tool-depends: alex:alex >= 3.2,