GHA: Remove `print-config` and `print-tool-versions`
[cabal.git] / changelog.d / pr-10587
blob92428be048bdad69391898422b2781b9457dd3de
1 ---
2 synopsis: "Quieter Git output"
3 packages: [cabal-install]
4 prs: 10587
5 ---
7 When `cabal` clones a Git repo for a `source-repository-package` listed in a
8 `cabal.project`, it will run various commands to check out the correct
9 revision, initialize submodules if they're present, and so on.
11 Now, `cabal` will pass `--quiet` to Git in more cases to help prevent
12 cluttering command-line output.