mirror of
https://github.com/freckle/yesod-auth-oauth2.git
synced 2026-01-11 19:58:28 +01:00
Remove weeder from Makefile
This commit is contained in:
parent
3cf4a3e87b
commit
92bd62e051
3
Makefile
3
Makefile
@ -6,7 +6,7 @@ setup:
|
|||||||
|
|
||||||
.PHONY: setup.lint
|
.PHONY: setup.lint
|
||||||
setup.lint:
|
setup.lint:
|
||||||
stack install --copy-compiler-tool hlint weeder
|
stack install --copy-compiler-tool hlint
|
||||||
|
|
||||||
.PHONY: setup.tools
|
.PHONY: setup.tools
|
||||||
setup.tools:
|
setup.tools:
|
||||||
@ -40,7 +40,6 @@ watch:
|
|||||||
.PHONY: lint
|
.PHONY: lint
|
||||||
lint:
|
lint:
|
||||||
stack exec hlint src test
|
stack exec hlint src test
|
||||||
stack exec weeder .
|
|
||||||
|
|
||||||
.PHONY: nightly
|
.PHONY: nightly
|
||||||
nightly:
|
nightly:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user