Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
Packages
Cabal
Commits
e2b481a0
Commit
e2b481a0
authored
Apr 22, 2014
by
Mikhail Glushenkov
Browse files
Increase defaultMaxBackjumps to 2000 (from 200).
As suggested by Anders Löh in #1780.
parent
322ddbc0
Changes
1
Hide whitespace changes
Inline
Side-by-side
cabal-install/Distribution/Client/Setup.hs
View file @
e2b481a0
...
...
@@ -987,7 +987,7 @@ allowNewerPrinter NoFlag = []
defaultMaxBackjumps
::
Int
defaultMaxBackjumps
=
200
defaultMaxBackjumps
=
200
0
defaultSolver
::
PreSolver
defaultSolver
=
Choose
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment