From f919c9b8c5c8c67ea7515222b0c8c076b5d3a85f Mon Sep 17 00:00:00 2001 From: Greg Pfeil Date: Mon, 15 Jul 2024 16:45:28 -0600 Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20let=20Stack=20tell=20contributo?= =?UTF-8?q?rs=20to=20upgrade?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We use a specific version of Stack, we don’t want Stack complaining to contributors that it doesn’t happen to be the latest. --- stack.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/stack.yaml b/stack.yaml index 19668b74ca..739ced9306 100644 --- a/stack.yaml +++ b/stack.yaml @@ -1,3 +1,6 @@ +## We pin a specific Stack version when possible. We shouldn’t then tell contributors to upgrade from there. +recommend-stack-upgrade: false + flags: haskeline: terminfo: false