Ignore invalid Unicode in pkg-config descriptions (#9609)
[cabal.git] / changelog.d / pr-8879
blob079d642289bbcc44dcd7f922ad52d8c4df7c3332
1 synopsis: Add `cabal path` command
2 packages: cabal-install
3 prs: #8879
5 description: {
7 The `cabal path` command prints the file system paths used by Cabal.
8 It is intended for use by tooling that needs to read or modify Cabal
9 data, such that it does not need to replicate the complicated logic
10 for respecting `CABAL_DIR`, `CABAL_CONFIG`, etc.