haskell - Could cabal notice about unused package in dependencies? -


for given cabal project how unused dependencies packages retrieved?

is there way warning during cabal install process if there package mentioned in project dependency , there no usage of it, removed dependencies?

i think program packunused looking for.


Comments