-
Notifications
You must be signed in to change notification settings - Fork 724
Closed
Labels
cabal-install: v2-build systemAffecting v2-build and related commands that use v2-architecture (aka "nix local builds").Affecting v2-build and related commands that use v2-architecture (aka "nix local builds").type: enhancement
Milestone
Description
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 existing info command.
The motivation was to get the path to where the executable built is stored like this:
$ cabal info bindir
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.
Metadata
Metadata
Assignees
Labels
cabal-install: v2-build systemAffecting v2-build and related commands that use v2-architecture (aka "nix local builds").Affecting v2-build and related commands that use v2-architecture (aka "nix local builds").type: enhancement