From 5328d9d5ba2fe0d4c3ffd46ce05bbb2a6119ca00 Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Tue, 11 Jul 2023 22:24:22 -0500 Subject: [PATCH] Add upper bound for markdown-unlit, #7052 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c1a40e66f..4744cc099 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8402,6 +8402,9 @@ packages: - aeson < 2.2.0 - aeson-pretty < 0.8.10 - aeson-extra < 0.5.1.3 + + # https://github.com/commercialhaskell/stackage/issues/7052 + - markdown-unlit < 0.6 # end of Stackage upper bounds # end of packages