From 4e8e8cba42032efde33210e2c32d330a05179069 Mon Sep 17 00:00:00 2001 From: jkachmar Date: Sun, 16 Sep 2018 13:26:56 -0400 Subject: [PATCH] Restrict vector-algorithms bounds (#3976) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f3f093eb..f13f35e5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3735,6 +3735,9 @@ packages: - ghc-typelits-extra < 0.3 - ghc-typelits-knownnat < 0.6 + # https://github.com/commercialhaskell/stackage/issues/3972 + - vector-algorithms < 0.8.0.0 + # end of packages # Package flags are applied to individual packages, and override the values of