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 9fd36c6 commit 906f0f6Copy full SHA for 906f0f6
changelog.d/pr-10817
@@ -3,11 +3,8 @@ packages: cabal-install
3
prs: #10817
4
issues: #2015
5
6
-When modifying your PATH environment variable between Cabal commands, REPL
7
-sessions will now correctly use the updated environment. Previously, if you
8
-changed your PATH after initial configuration, Cabal would continue using the
9
-old PATH settings in REPL sessions without warning.
10
-
+Previously, if you changed your PATH after initial configuration, Cabal would
+continue using the old PATH settings in REPL sessions without warning.
11
With this fix, Cabal properly detects PATH changes and reconfigures the REPL
12
accordingly, ensuring tools and libraries in your current PATH are available.
13
While this may cause additional rebuilds when PATH changes, it prevents the
0 commit comments