From 9d6cb81a1dc386b68a25e844b0981eeee324bbc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20L=C3=A4ndle?= <969523+alaendle@users.noreply.github.com> Date: Tue, 13 Jan 2026 11:26:00 +0100 Subject: [PATCH] `crypton-x509` < 1.8.0 (#7929). --- build-constraints.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c3956040..65443c4d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7873,6 +7873,12 @@ packages: # https://github.com/commercialhaskell/stackage/issues/7927 - base-compat < 0.15.0 - base-compat-batteries < 0.15.0 + + # https://github.com/commercialhaskell/stackage/issues/7929 + - crypton-x509 < 1.8.0 + - crypton-x509-store < 1.8.0 + - crypton-x509-system < 1.8.0 + - crypton-x509-validation < 1.8.0 # end of Stackage upper bounds # end of packages