From b098b792078e621800eebf13260292c9433d6030 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20L=C3=A4ndle?= Date: Mon, 9 Sep 2024 18:07:18 +0200 Subject: [PATCH] Added bound for `doclayout` (#7513). --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 99871780..8ec662c6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7756,6 +7756,9 @@ packages: # https://github.com/commercialhaskell/stackage/issues/7506 - postgresql-libpq < 0.10.2 + + # https://github.com/commercialhaskell/stackage/issues/7513 + - doclayout < 0.5 # end of Stackage upper bounds # end of packages