From 3b05df858c8692b058d1dfa361886e9afe700b89 Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Tue, 25 May 2021 13:26:09 -0500 Subject: [PATCH] Add an upper bound for jira-wiki-markup, #6042 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 28004749..537790c3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5235,6 +5235,9 @@ packages: # https://github.com/commercialhaskell/stackage/issues/6020 - call-stack < 0.4.0 + # https://github.com/commercialhaskell/stackage/issues/6042 + - jira-wiki-markup < 1.4 + # end of packages