Skip to content

Commit aaa9546

Browse files
committed
Restore unjustly deleted changelog
1 parent 5da4033 commit aaa9546

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

changelog.d/pr-10828.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
synopsis: "Isolate Cabal from the GHC_ENVIRONMENT variable"
3+
packages: [Cabal]
4+
prs: 10828 10990
5+
6+
issues: 10759
7+
---
8+
9+
For GHC 8.4.4 and later, Cabal now passes the `-package-env=-` flag to GHC.
10+
This prevents the `GHC_ENVIRONMENT` variable or any package environment files
11+
from affecting Cabal builds.
12+
13+
This change eliminates unexpected build behavior that could occur when users
14+
had GHC environment files configured in their system that Cabal wasn't aware
15+
of.

0 commit comments

Comments
 (0)