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.

(cherry picked from commit e2b481a)
  • Loading branch information
23Skidoo authored and tibbe committed May 23, 2014
1 parent efeebf7 commit a4b8460
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 @@ -826,7 +826,7 @@ defaultInstallFlags = InstallFlags {
docIndexFile = toPathTemplate ("$datadir" </> "doc" </> "index.html")

defaultMaxBackjumps :: Int
defaultMaxBackjumps = 200
defaultMaxBackjumps = 2000

defaultSolver :: PreSolver
defaultSolver = Choose
Expand Down

0 comments on commit a4b8460

Please sign in to comment.