From 51c3a2af54fa6eb0965596cbf9c77cb02aefdd2a Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Thu, 13 Aug 2020 16:50:47 -0700 Subject: [PATCH] Add an upper bound for optparse-applicative, #5597 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 65a2e170..6bd5d454 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4932,6 +4932,9 @@ packages: # https://github.com/commercialhaskell/stackage/issues/5593 - proto3-wire < 1.2 + # https://github.com/commercialhaskell/stackage/issues/5597 + - optparse-applicative < 0.16 + # end of packages # Package flags are applied to individual packages, and override the values of