Skip to content

Commit 7ba7489

Browse files
ezyang23Skidoo
authored andcommitted
Lower library compatibility version to 1.25, since 1.25 is dev series for 2.0.
Signed-off-by: Edward Z. Yang <[email protected]> (cherry picked from commit 54ce5f4)
1 parent 5ae289e commit 7ba7489

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

cabal-install/Distribution/Client/ProjectPlanning.hs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1710,9 +1710,7 @@ defaultSetupDeps compiler platform pkg =
17101710
-- breaking changes to the Cabal API that Setup.hs scripts use.
17111711
-- So for old custom Setup scripts that do not specify explicit
17121712
-- 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] []
1713+
cabalCompatMaxVer = Version [1,25] []
17161714
-- In principle we can talk to any old Cabal version, and we need to
17171715
-- be able to do that for custom Setup scripts that require older
17181716
-- Cabal lib versions. However in practice we have currently have

0 commit comments

Comments
 (0)