From 65072f6fa852aab678dc11abc58792cbf9b4fecf Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 5 Jul 2019 16:22:51 +0300 Subject: [PATCH] Upper bound on optparse-applicative for #4693 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9fa04bd0..0befc4b3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4718,6 +4718,9 @@ packages: # https://github.com/commercialhaskell/stackage/issues/4673 - hlint < 2.2 + + # https://github.com/commercialhaskell/stackage/issues/4693 + - optparse-applicative < 0.15 # end of packages # Package flags are applied to individual packages, and override the values of