weeder tool hangs up when you run it from the project root. So, It becomes a bit tricky to pick up weeds.
I've added weeder.dhall config files to every (almost) project.
To run weeder you should
remove cabal.project from the project root
go to the project you need, hschain-examples for instance
create here cabal.project (you could copy it from the root and fix paths)
weeder
tool hangs up when you run it from the project root. So, It becomes a bit tricky to pick up weeds. I've addedweeder.dhall
config files to every (almost) project. To run weeder you shouldhschain-examples
for instancecabal.project
(you could copy it from the root and fix paths)cabal.project.local
like specified hereweeder
... PROFIT!Note:
weeder.dhall
file in thehschain
project or any other contains copies of allweeder.dhall
files of dependent projects.