-
Notifications
You must be signed in to change notification settings - Fork 720
Open
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
Description
I find myself often needing paths for cabals new-build artifacts. stack has a path
command, that allows to retrieve information about directories for the current setup.
A cabal new-path
command providing similar functionality would be quite useful.
E.g.
cabal new-path --dist-dir
would provide the directory that used to be dist
for the current target. E.g. the one that cabal new-build
would build by default.
This could of course be discriminated by target.
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