Add required-fields to changelog.d config
[cabal.git] / changelog.d / issue-9678
blobcdcf840531173fe26393330cdce491b3a362ae87
1 synopsis: Clarify the semantics of the -package-db flag
2 packages: cabal-install
3 prs:
4 issues: #9678
5 prs: #9683
7 description: {
9 The `--package-db` flag now only applies to the default
10 immutable initial package stack rather than also applying to the store
11 package database.
13 This fixes an assertion failure which was triggered when using -package-db and also
14 clarifies how it should interact with `--store-dir` and `--dist-dir` flags.