File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,8 @@ packages: cabal-install
3
3
prs: #10817
4
4
issues: #2015
5
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
-
6
+ Previously, if you changed your PATH after initial configuration, Cabal would
7
+ continue using the old PATH settings in REPL sessions without warning.
11
8
With this fix, Cabal properly detects PATH changes and reconfigures the REPL
12
9
accordingly, ensuring tools and libraries in your current PATH are available.
13
10
While this may cause additional rebuilds when PATH changes, it prevents the
You can’t perform that action at this time.
0 commit comments