From ea460e771490d96969c917be972604402ad16a51 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 25 Aug 2025 09:49:22 -0800 Subject: [PATCH] Test `<0` package Signed-off-by: Mihai Maruseac --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5e2a7d6a..918480b6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3394,8 +3394,8 @@ packages: - aeson-lens - antiope-dynamodb - antiope-s3 - - antiope-sns < 0 # 7.5.3 fails to compile we amazonka 2.0 - - antiope-sqs < 0 # 7.5.3 fails to compile we amazonka 2.0 + - antiope-sns # 0 # 7.5.3 fails to compile we amazonka 2.0 + - antiope-sqs # 0 # 7.5.3 fails to compile we amazonka 2.0 - arbor-lru-cache - arbor-postgres - asif < 0 # 6.0.4 compile fail - https://github.com/arbor/asif/issues/48