From fca52e56c138397d6c39577b1edf57e8fd696923 Mon Sep 17 00:00:00 2001 From: Joe Kachmar Date: Sat, 1 Feb 2020 17:54:46 +0000 Subject: [PATCH] Restricts vector < 0.12.1.0 (haskell/vector#287) Note that 0.12.1.0 has been marked as unbuildable (impossible base restriction) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f022ec3e..69a968f2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4516,7 +4516,7 @@ packages: - uuid-types - vault - vec - - vector + - vector < 0.12.1.0 # https://github.com/haskell/vector/issues/287 - vector-algorithms - vector-binary-instances - vector-builder