From f748229514e1869826c31cf99c8ec694b86d5c70 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 30 Dec 2015 14:01:19 +0200 Subject: [PATCH] New CONSTRAINTS flags available (fixes #1064) --- CURATORS.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CURATORS.md b/CURATORS.md index 98bbdf64..4af602f3 100644 --- a/CURATORS.md +++ b/CURATORS.md @@ -105,6 +105,13 @@ info above). For an LTS minor bump, you'll typically want to use the CONSTRAINTS='--constraint "conduit < 1.4.5" --constraint "criterion < 1.2.3"' /opt/stackage-build/stackage/automated/build.sh lts-2.17 ``` +Valid arguments to include in this environment variable: + +* `--constraint` to modify an upper or lower bound +* `--add-package` to add a brand new package +* `--expect-test-failure` to expect tests to fail +* `--expect-haddock-failure` to expect haddocks to fail + If a build fails for bounds reasons, see all of the advice above. If the code itself doesn't build, or tests fail, open up an issue and then either put in a version bound to avoid that version or something else. It's difficult to give