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 5ae289e commit 7ba7489Copy full SHA for 7ba7489
cabal-install/Distribution/Client/ProjectPlanning.hs
@@ -1710,9 +1710,7 @@ defaultSetupDeps compiler platform pkg =
1710
-- breaking changes to the Cabal API that Setup.hs scripts use.
1711
-- So for old custom Setup scripts that do not specify explicit
1712
-- constraints, we constrain them to use a compatible Cabal version.
1713
- -- The exact version where we'll make this API break has not yet been
1714
- -- decided, so for the meantime we guess at 2.x.
1715
- cabalCompatMaxVer = Version [2] []
+ cabalCompatMaxVer = Version [1,25] []
1716
-- In principle we can talk to any old Cabal version, and we need to
1717
-- be able to do that for custom Setup scripts that require older
1718
-- Cabal lib versions. However in practice we have currently have
0 commit comments