From 3496e3bb688227c477131e6d44f777c7b04e42c8 Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Thu, 13 Aug 2020 20:50:09 -0700 Subject: [PATCH] Add upper bound for base64-bytestring, #5598 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4952fcdc..3876a11d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4938,6 +4938,9 @@ packages: # https://github.com/commercialhaskell/stackage/issues/5597 - optparse-applicative < 0.16 + # https://github.com/commercialhaskell/stackage/issues/5598 + - base64-bytestring < 1.2 + # end of packages # Package flags are applied to individual packages, and override the values of