-
Notifications
You must be signed in to change notification settings - Fork 697
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: info command #3850
Comments
See also #3643. Another name might be
|
Re milestoning, I think something which solves the problem "where's my executable" needs to be in before we can make new-build default. But there are many roads to Rome; which one to take? |
Instead of polluting the namespace with |
I unmilestone this. There's |
I'm fine with closing this. |
A universal
cabal info WHAT
would be useful to have, and is especially useful for nix-style builds, where the directory hierarchy is deep, parts of it are volatile, and therefore not as straight-forward to guess/type from memory. To be clear, I'm aware of the existinginfo
command.The motivation was to get the path to where the executable built is stored like this:
In this specific case we could create an easy to remember symlink for navigating to where the artifacts are, but that raises many implementation questions, and
cabal info bindir
isn't the only imaginable ui to expose this way.I've discussed this somewhat with @ezyang, and this is a summary of the conclusion.
The text was updated successfully, but these errors were encountered: