From 4fbf45669cbf346c42b68358193297d816643c7e Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 6 Jun 2016 12:43:55 +0300 Subject: [PATCH] Add note to README about package update delay Yes, it was already in the maintainer agreement, but enough people were confused about this point that it's worth putting front and center. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index ebfd3735..83ebb2f5 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,11 @@ We welcome all packages, provided: Full details on how to add a package can be found in the [maintainers agreement](https://github.com/fpco/stackage/blob/master/MAINTAINERS.md#adding-a-package). +__NOTE__: There is an approximate 30 minute delay between a package uploading +to Hackage and being available to the Travis build script to check upper +bounds. If a pull request is marked as failed due to using an older version, +please close and reopen the PR to retrigger a Travis build. + Other repos -----------