We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5da4033 commit aaa9546Copy full SHA for aaa9546
changelog.d/pr-10828.md
@@ -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