From 92bd62e05197c3c59a42b6a901b53de056d29575 Mon Sep 17 00:00:00 2001 From: patrick brisbin Date: Thu, 10 Dec 2020 15:22:50 -0500 Subject: [PATCH] Remove weeder from Makefile --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 9c7c45a..fbb84c3 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ setup: .PHONY: setup.lint setup.lint: - stack install --copy-compiler-tool hlint weeder + stack install --copy-compiler-tool hlint .PHONY: setup.tools setup.tools: @@ -40,7 +40,6 @@ watch: .PHONY: lint lint: stack exec hlint src test - stack exec weeder . .PHONY: nightly nightly: