From 9dae3ddd1c8f346d91aa2b5356ae22dc85ecaa34 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 2 May 2024 13:54:56 -0700 Subject: [PATCH] add constraint "hasql < 1.7" per #7406 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 83604eaa..7476b79c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8451,6 +8451,9 @@ packages: # https://github.com/commercialhaskell/stackage/issues/7403 - base-compat < 0.14 - base-compat-batteries < 0.14 + + # https://github.com/commercialhaskell/stackage/issues/7406 + - hasql < 1.7 # end of Stackage upper bounds # end of packages