From c2c43b63faa10dda8135107a23199ac43037e96c Mon Sep 17 00:00:00 2001 From: David Himmelstrup Date: Wed, 10 Mar 2021 11:48:37 +0800 Subject: [PATCH] Re-enable hgeometry and hgeometry-combinatorial --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 89f8bbe7..247e5d5e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4283,8 +4283,8 @@ packages: - earcut - vector-circular # required by reanimate as of 0.4.2.0 - - 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 + - hgeometry # via vector-0.12.2.0 https://github.com/commercialhaskell/stackage/issues/5886 + - hgeometry-combinatorial # 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