Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
特定の cabal プロジェクトで、未使用の依存関係パッケージを取得するにはどうすればよいですか?
cabal installプロジェクトの依存関係に記載されているパッケージがあり、それを使用していない場合、プロセス中に警告のようなものを取得する方法はありますか?そのため、依存関係から削除できますか?
cabal install
プログラムpackunusedが探しているものだと思います。