-
Notifications
You must be signed in to change notification settings - Fork 722
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
Given that cabal.project
can list additional local components, each with its own cabal file, it is not always clear what the appropriate build targets are.
So perhaps add a command that will list the targets, e.g.
cabal list-targets
component Cabal
cabal (lib)
cabal:unit-tests (test-suite)
cabal:parser-tests (test-suite)
cabal:parser-hackage-tests (test-suite)
...
component cabal-install
cabal-install:cabal (exe)
cabal-install:unit-tests (test-suite)
,,,
mouse07410, Ptival, anka-213, elldritch, dnadales and 15 more
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