From f40356154677efcd573aaffabd8fd8a3fd679793 Mon Sep 17 00:00:00 2001 From: Bryan R <bryan@haskell.foundation> Date: Wed, 12 Oct 2022 11:11:06 +0000 Subject: [PATCH] Useforward-compatible wording in README ;) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 497e7a9b..b18e5ffc 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Submit PRs with patch(es) relative to the source tarball(s) of existing Hackage package(s). - The patches MUST apply cleanly by `patch -p1` when inside the - original unpacked source-tarball. (Travis CI will verify this when + original unpacked source-tarball. (CI will verify this when you submit a PR). - The patches SHOULD work with at least GHC HEAD and the most recent -- GitLab