Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: haskell/cabal
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 45e2214a3216335800fb5a2301dbbe65cd4b3e05
Choose a base ref
..
head repository: haskell/cabal
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7ee0d49b936e8bd1adc0c2bdae6bb1d61426f068
Choose a head ref
Showing with 11 additions and 0 deletions.
  1. +11 −0 changelog.d/pr-10790
11 changes: 11 additions & 0 deletions changelog.d/pr-10790
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
synopsis: Prepend the global extra paths to the `ProgramDb` sooner
packages: cabal-install
prs: #10790
issues: #9800
significance: significant

description: {

- The initial configuration of programs was done without the `extra-prog-path` from the global cabal configuration. This meant that in some cases, some executables were not found. In particular this manifested as Windows users who didn't add the MSYS2 paths to the global PATH couldn't make use of `pkg-config`.

}