From 1178c8c73bbdc3162edd4e142b7c7ca42cb40908 Mon Sep 17 00:00:00 2001 From: David Hewson Date: Thu, 9 Oct 2025 18:07:24 +0100 Subject: [PATCH] bump time upper bound --- timezone-olson.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/timezone-olson.cabal b/timezone-olson.cabal index f5e94be..fe1dbe1 100644 --- a/timezone-olson.cabal +++ b/timezone-olson.cabal @@ -1,5 +1,5 @@ Name: timezone-olson -Version: 0.2.1 +Version: 0.2.2 Synopsis: A pure Haskell parser and renderer for binary Olson timezone files Description: A parser and renderer for binary Olson timezone files whose format is specified by the tzfile(5) @@ -39,7 +39,7 @@ Library , Data.Time.LocalTime.TimeZone.Olson.Types Build-depends: base >= 3.0 && < 5.0, timezone-series >= 0.1.0 && < 0.2, - time >= 1.6 && < 1.14, + time >= 1.6 && < 1.15, binary >= 0.4.1 && < 0.11, bytestring >= 0.9 && < 1.0, extensible-exceptions >= 0.1.0 && < 0.2