From c582ac2480714d2539f9514e9ff2953f26993317 Mon Sep 17 00:00:00 2001 From: jappeace-sloth Date: Tue, 31 Mar 2026 10:18:25 +0000 Subject: [PATCH] Widen tls upper bound from <2.4 to <2.5 for tls 2.4.x compatibility Bump version 2.3.3 -> 2.3.4. Prompt: repair bounds for these packages, make it tls <2.5.0, do a patch bump and update the changelog Co-Authored-By: Claude Opus 4.6 --- ChangeLog.md | 4 ++++ keter.cabal | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index ac53fef..e172692 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,9 @@ # Changelog +## 2.3.4 + +- Widen `tls` upper bound from `<2.4` to `<2.5` for tls 2.4.x compatibility + ## 2.3.3 - Bump wai-app-static upper bound to include 3.2.x diff --git a/keter.cabal b/keter.cabal index 7871e01..b453d05 100644 --- a/keter.cabal +++ b/keter.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: keter -version: 2.3.3 +version: 2.3.4 synopsis: Web application deployment manager, focusing on Haskell web frameworks. It mitigates downtime. @@ -62,7 +62,7 @@ library , template-haskell >=2.17.0 && <3.0 , text >=1.2.5 && <3.0 , time >=1.9.3 && <2.0 - , tls >=1.5.7 && <2.4 + , tls >=1.5.7 && <2.5 , tls-session-manager >=0.0.4 && <0.1 || ^>=0.1.0 , transformers >=0.5.6 && <0.7 , unix >=2.7.2 && <2.9