From 4883c922a05981b3886fd1aa369dcf58d4615579 Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Fri, 29 Jan 2021 16:45:57 -0600 Subject: [PATCH] Add upper bound for vector, #5851 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5a158eb2..074205d3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5110,6 +5110,9 @@ packages: # https://github.com/commercialhaskell/stackage/issues/5849 - cryptonite < 0.28 + # https://github.com/commercialhaskell/stackage/issues/5851 + - vector < 0.12.2 + # end of packages # Package flags are applied to individual packages, and override the values of