From 3f575cccf6f73fa6cb6d034b096abc8ec5543f11 Mon Sep 17 00:00:00 2001 From: "David M. Johnson" <875324+dmjio@users.noreply.github.com> Date: Mon, 12 Jan 2026 11:39:45 -0600 Subject: [PATCH] Update containers and time package version ranges Relax bounds --- dap.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dap.cabal b/dap.cabal index d32dd74..296400b 100644 --- a/dap.cabal +++ b/dap.cabal @@ -32,14 +32,14 @@ library aeson-pretty >= 0.8.9 && < 0.9, base < 5, bytestring >= 0.11.4 && < 0.13, - containers >= 0.6.5 && < 0.8, + containers >= 0.6.5 && < 0.9, lifted-base >= 0.2.3 && < 0.3, monad-control >= 1.0.3 && < 1.1, mtl >= 2.2.2 && < 2.4, network >= 3.1.2 && < 3.3, network-simple >= 0.4.5 && < 0.5, text >= 1.2.5 && < 2.2, - time >= 1.11.1 && < 1.15, + time >= 1.11.1 && < 1.16, unordered-containers >= 0.2.19 && < 0.3, stm >= 2.5.0 && < 2.6, transformers-base >= 0.4.6 && < 0.5,