From 72cb679eb51548692396a0bf456f9e431b0642fc Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 21 Dec 2018 10:08:04 -0500 Subject: [PATCH] Add constraint "matrices < 0.5" per kuribas/cubicbezier#9 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 21b5c8fc..17524a89 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3878,6 +3878,9 @@ packages: # https://github.com/commercialhaskell/stackage/issues/4241 - Glob < 0.10 + # https://github.com/kuribas/cubicbezier/issues/9 + - matrices < 0.5 + # end of packages # Package flags are applied to individual packages, and override the values of