For given cabal project how could unused dependencies packages be retrieved?
Is there a way to get something like warning during cabal install
process if there is a package mentioned in project dependency and there is no any usage of it, so it could be removed from dependencies?