From 4182a77831bb0ee22463e2ad27b91b29b14219b2 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 10 Aug 2017 08:35:44 -0700 Subject: [PATCH] fgl can be restriced to 5.6 (#2740), Taxonomy issue requiring it to be < 5.5.4 has been solved (https://github.com/eggzilla/Taxonomy/issues/1) --- build-constraints.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3b145db7..ccceb5f4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3312,9 +3312,8 @@ packages: - brick < 0.21 - word-wrap < 0.2 - # 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 + # https://github.com/fpco/stackage/issues/2740 + - fgl < 5.6 # end of packages