-
Notifications
You must be signed in to change notification settings - Fork 724
Closed
Labels
regression on masterRegression that is unreleased and needs to be fixed before releaseRegression that is unreleased and needs to be fixed before releasetype: bug
Description
cabal/cabal-install/src/Distribution/Client/Setup.hs
Lines 645 to 649 in bccc59f
| flags_3_11_0 = | |
| flags_latest | |
| { setupWorkingDir = NoFlag | |
| } | |
| -- Cabal < 3.11 does not support the --working-dir flag. |
#9718 was not backported to 3.12 branch, so the condition should be < 3.13.
CC @sheaf
andreasabel and Mikolaj
Metadata
Metadata
Assignees
Labels
regression on masterRegression that is unreleased and needs to be fixed before releaseRegression that is unreleased and needs to be fixed before releasetype: bug