From e0a792fc47b624f24c09878f9ac73a221381fa20 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 9 Aug 2017 07:35:43 -0700 Subject: [PATCH] Reorder bounds on fgl due to #2740 and https://github.com/eggzilla/Taxonomy/issues/1 --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index dc7f2d38..be4bb70f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3309,9 +3309,9 @@ packages: - brick < 0.21 - word-wrap < 0.2 - # https://github.com/fpco/stackage/issues/2740 - - fgl < 5.6 - - fgl < 5.5.4 # 5.5.4 breaks Taxonomy, https://github.com/eggzilla/Taxonomy/issues/1 + # https://github.com/fpco/stackage/issues/2740, requires < 5.6, however + # 5.5.4 breaks Taxonomy, https://github.com/eggzilla/Taxonomy/issues/1 + - fgl < 5.5.4 # end of packages