-
Notifications
You must be signed in to change notification settings - Fork 732
User-config builddir option is ignored #8947
Copy link
Copy link
Closed as not planned
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").re: builddirre: config-fileConcerning the cabal configuration file and the `--config-file` optionConcerning the cabal configuration file and the `--config-file` optiontype: bug
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").re: builddirre: config-fileConcerning the cabal configuration file and the `--config-file` optionConcerning the cabal configuration file and the `--config-file` optiontype: bug
Describe the bug
The
cabal user-configsettingbuilddirhas no effect on the location of the output files. The command line option--builddir=works as expected.To Reproduce
Steps to reproduce the behavior:
Expected behavior
The artifacts should not have shown up in the project directory, but rather in the directory specified in the config file.
System information
ghc-9.2.7Additional context
Persists after removing the build folder, with quotes around the file path, with environment variables...