From 394b0a8e97552965ddac80a34a11a3fb9e2a368e Mon Sep 17 00:00:00 2001 From: Joe Kachmar Date: Sun, 28 Feb 2021 18:47:07 +0000 Subject: [PATCH] Disables hgeometry & reanimate (et al.) (#5886) --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e7dd1ec5..11e3f3a1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4264,13 +4264,13 @@ packages: "David Himmelstrup @lemmih": - chiphunk - - reanimate-svg - - reanimate + - reanimate-svg < 0 # via reanimate + - reanimate < 0 # via hgeometry & hgeometry-combinatorial - earcut - vector-circular # required by reanimate as of 0.4.2.0 - - hgeometry - - hgeometry-combinatorial + - hgeometry < 0 # via vector-0.12.2.0 https://github.com/commercialhaskell/stackage/issues/5886 + - hgeometry-combinatorial < 0 # via vector-0.12.2.0 https://github.com/commercialhaskell/stackage/issues/5886 - approximate-equality # required by hgeometry-combinatorial - type-level-natural-number # required by approximate-equality