-
Notifications
You must be signed in to change notification settings - Fork 725
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 had a section
package wallet-new
profiling-detail: all-functions
in my cabal.project file, and I was scratching my head why it didn't seem to have any effect. Turns out that it should have been
package cardano-sl-wallet-new
profiling-detail: all-functions
where cardano-sl-wallet-new is the name of the cabal package (as opposed to wallet-new which was the name of the directory in which it was stored). That by itself is sensible enough but it would have been nice to get a warning "ignoring flags for unknown package wallet-new" or something along those lines.
Reactions are currently unavailable
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