From 09282d871092052381c302bbc5c4da7ecdde6539 Mon Sep 17 00:00:00 2001 From: Alexandre Esteves Date: Wed, 29 Oct 2025 19:44:25 +0000 Subject: [PATCH] Support GHC 9.12 --- dap.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dap.cabal b/dap.cabal index c66f9a0..5484b8b 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.7, + containers >= 0.6.5 && < 0.8, 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.12, + time >= 1.11.1 && < 1.15, unordered-containers >= 0.2.19 && < 0.3, stm >= 2.5.0 && < 2.6, transformers-base >= 0.4.6 && < 0.5,