Remove weeder from Makefile

This commit is contained in:
patrick brisbin 2020-12-10 15:22:50 -05:00
parent 3cf4a3e87b
commit 92bd62e051
No known key found for this signature in database
GPG Key ID: 20299C6982D938FB

View File

@ -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: