From 537c03796de4ea5aa0741e1c5a275e0501148234 Mon Sep 17 00:00:00 2001 From: patrick brisbin Date: Mon, 24 Aug 2020 09:39:16 -0400 Subject: [PATCH] Disable weeder on CI Something funky going on with version and we seem to get weeder-2 in some Jobs, but not others. --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3cb5343..35d6e66 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,6 +7,7 @@ defaults: &defaults hlint-yaml-url: https://raw.githubusercontent.com/pbrisbin/dotfiles/master/hlint.yaml stack-arguments: --flag yesod-auth-oauth2:example + weeder: false workflows: commit: