Open
Description
Most build tools have a command to add a dependency to your project (e. g. npm install
). If I'm not mistaken there currently is no such command in cabal and install
and get
might be misleading.
Is it possible to add such command? Or is there a reason against or this issue being a duplicate?
Thanks :)