Skip to content

Commit

Permalink
Increase defaultMaxBackjumps to 2000 (from 200).
Browse files Browse the repository at this point in the history
As suggested by Anders Löh in #1780.
  • Loading branch information
23Skidoo committed Apr 22, 2014
1 parent 322ddbc commit e2b481a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cabal-install/Distribution/Client/Setup.hs
Original file line number Diff line number Diff line change
Expand Up @@ -987,7 +987,7 @@ allowNewerPrinter NoFlag = []


defaultMaxBackjumps :: Int
defaultMaxBackjumps = 200
defaultMaxBackjumps = 2000

defaultSolver :: PreSolver
defaultSolver = Choose
Expand Down

0 comments on commit e2b481a

Please sign in to comment.