From 4d7b7dc826259309e917943bcf9b3af9d7aeeec7 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 14 Jun 2026 09:49:22 -0800 Subject: [PATCH] More bounds for #8041 Signed-off-by: Mihai Maruseac --- build-constraints.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fdea1018..0208b4b2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -202,7 +202,7 @@ packages: - dataframe-csv-th - dataframe-json - dataframe-lazy - - dataframe-learn < 1.1 # https://github.com/commercialhaskell/stackage/issues/8041 + - dataframe-learn - dataframe-operations - dataframe-parquet - dataframe-parquet-th @@ -7838,6 +7838,11 @@ packages: # https://github.com/commercialhaskell/stackage/issues/8040 - composition < 1.1 + + # https://github.com/commercialhaskell/stackage/issues/8041 + - dataframe < 2.2 + - dataframe-core < 1.1 + - dataframe-learn < 1.1 # end of Stackage upper bounds # end of packages