From 33a94a04a27128cc8efe1c7c47835325b4153396 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 22 Jul 2020 09:25:04 +0300 Subject: [PATCH] Upper bound on base32 for #5533 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ff1cd870..cbb7f943 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4897,6 +4897,9 @@ packages: - rebase < 1.7 - rerebase < 1.7 + # https://github.com/commercialhaskell/stackage/issues/5533 + - base32 < 0.2 + # end of packages # Package flags are applied to individual packages, and override the values of