From d77af0779c68ffd47014ed871d095564be41ae63 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 5 May 2024 23:56:03 -0700 Subject: [PATCH] add constraint "hasql-notifications < 0.2.3" per #7409 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8c45af79..4814810f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8460,6 +8460,9 @@ packages: # https://github.com/commercialhaskell/stackage/issues/7408 - lens < 5.3 + + # https://github.com/commercialhaskell/stackage/issues/7409 + - hasql-notifications < 0.2.3 # end of Stackage upper bounds # end of packages