From 2fe78ead569d4c002b5d7cfbb6759d2e78cbf757 Mon Sep 17 00:00:00 2001 From: Scott Murphy Date: Fri, 17 Jul 2015 19:18:07 -0500 Subject: [PATCH 1/2] added xlsx and binary search to stackage @qrilka --- build-constraints.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index cea7b9ae..c12234e1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,5 +1,4 @@ ghc-major-version: "7.10" - # Constraints for brand new builds packages: "Michael Snoyman michael@snoyman.com @snoyberg": @@ -1167,6 +1166,10 @@ packages: "Juan Pedro Villa Isaza jvilla@stackbuilders.com @jpvillaisaza": - inflections + "Scott Murphy scott.murphy@plowtech.net @smurphy8": + - binary-search + - xlsx + "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 - zlib < 0.6 From 931caddcf3e7377505b54a1c17c9defa4121fdf7 Mon Sep 17 00:00:00 2001 From: Scott Murphy Date: Mon, 20 Jul 2015 04:59:48 -0500 Subject: [PATCH 2/2] Added binary-search and xlsx --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c12234e1..8610c018 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1173,7 +1173,7 @@ packages: "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 - zlib < 0.6 - + # https://github.com/fpco/stackage/issues/572 - attoparsec < 0.13 - aeson < 0.8.1.0