From c2c43b63faa10dda8135107a23199ac43037e96c Mon Sep 17 00:00:00 2001 From: David Himmelstrup Date: Wed, 10 Mar 2021 11:48:37 +0800 Subject: [PATCH 1/5] 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 From 16da92afb93ab52f18c72ddd37183ca0660585e5 Mon Sep 17 00:00:00 2001 From: David Himmelstrup Date: Mon, 15 Mar 2021 22:01:44 +0800 Subject: [PATCH 2/5] Remove unnecessary comments. Co-authored-by: Adam Bergmark --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 247e5d5e..875ab184 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 # 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 + - hgeometry + - hgeometry-combinatorial - approximate-equality # required by hgeometry-combinatorial - type-level-natural-number # required by approximate-equality From 402bb78cdf0fab8592e049a262f02758f4165c56 Mon Sep 17 00:00:00 2001 From: David Himmelstrup Date: Mon, 15 Mar 2021 22:04:10 +0800 Subject: [PATCH 3/5] Set flags for hgeometry. --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 875ab184..54910ae4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -6891,6 +6891,8 @@ packages: # Package flags are applied to individual packages, and override the values of # global-flags package-flags: + hgeometry: + planargraph: false # Won't be required by version 0.13 QuickCheck: old-random: true pathtype: From 46472b08a6c33a60dd12ac187ed5bf0c1fd43464 Mon Sep 17 00:00:00 2001 From: David Himmelstrup Date: Mon, 15 Mar 2021 22:05:23 +0800 Subject: [PATCH 4/5] Re-enable reanimate and reanimate-sag. --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 54910ae4..5ed8c17a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4278,8 +4278,8 @@ packages: "David Himmelstrup @lemmih": - chiphunk - - reanimate-svg < 0 # via reanimate - - reanimate < 0 # via hgeometry & hgeometry-combinatorial + - reanimate-svg + - reanimate - earcut - vector-circular # required by reanimate as of 0.4.2.0 From 53b2cc346818fc80225512ef6c18ab2bf708dd21 Mon Sep 17 00:00:00 2001 From: David Himmelstrup Date: Wed, 7 Apr 2021 09:36:00 +0800 Subject: [PATCH 5/5] Add lower bound for hgeometry. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5ed8c17a..3319619d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4283,7 +4283,7 @@ packages: - earcut - vector-circular # required by reanimate as of 0.4.2.0 - - hgeometry + - hgeometry >= 0.12.0.2 - hgeometry-combinatorial - approximate-equality # required by hgeometry-combinatorial - type-level-natural-number # required by approximate-equality