From 052d710cfeafc10ffb0158827ef44f52bde028c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20L=C3=A4ndle?= <969523+alaendle@users.noreply.github.com> Date: Wed, 13 Mar 2024 07:11:55 +0100 Subject: [PATCH] Allow latest `time` package. --- influxdb.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/influxdb.cabal b/influxdb.cabal index 0cbbf39..ad3f81b 100644 --- a/influxdb.cabal +++ b/influxdb.cabal @@ -96,7 +96,7 @@ library , scientific >= 0.3.3 && < 0.4 , tagged >= 0.1 && < 0.9 , text < 2.2 - , time >= 1.5 && < 1.14 + , time >= 1.5 && < 1.15 , unordered-containers < 0.3 , vector >= 0.10 && < 0.14 hs-source-dirs: src