From 33f088c9ec703f0d5811737222d6164f560da043 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 30 Mar 2026 17:35:36 +0800 Subject: [PATCH] move data-sketches into Stackage Upperbounds (#7975) affects prometheus-client --- build-constraints.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 25bf43ed..b59b6a25 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2587,8 +2587,8 @@ packages: - pipes-wai - serf - uri-templater - - data-sketches < 0.4 - - data-sketches-core < 0.2 # https://github.com/iand675/datasketches-haskell/issues/5 + - data-sketches + - data-sketches-core "Michael Xavier @MichaelXavier": - uri-bytestring @@ -7869,6 +7869,10 @@ packages: # https://github.com/commercialhaskell/stackage/issues/7969 - brick < 2.11 + + # https://github.com/commercialhaskell/stackage/issues/7975 + - data-sketches < 0.4 + - data-sketches-core < 0.2 # end of Stackage upper bounds # end of packages