Skip to content
Snippets Groups Projects
Commit 7707095f authored by Oleg Grenrus's avatar Oleg Grenrus
Browse files

Add weeder

parent e56f0aa1
No related branches found
No related tags found
No related merge requests found
......@@ -189,6 +189,11 @@ validate-via-docker-8.10.1:
validate-via-docker-old:
docker build -t cabal-validate -f .docker/validate-old.dockerfile .
# Weeder
weeder :
cabal build all --project-file=cabal.project.weeder
weeder | less
# tags
.PHONY : tags
tags :
......
-- project file for weeder. Only Cabal and cabal install
-- install weeder with
--
-- cabal install -w ghc-8.8.3 weeder
--
packages: Cabal/
packages: cabal-install/
tests: False
with-compiler: ghc-8.8.3
package *
ghc-options: -fwrite-ide-info
{ roots = [ "^Main.main$" ], type-class-roots = True }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment