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
eed12c62
Commit
eed12c62
authored
Jul 03, 2016
by
Andres Löh
Browse files
Make --count-conflicts the default for fetch/freeze.
(It already was the default for install.)
parent
221c3091
Changes
1
Hide whitespace changes
Inline
Side-by-side
cabal-install/Distribution/Client/Setup.hs
View file @
eed12c62
...
...
@@ -621,7 +621,7 @@ defaultFetchFlags = FetchFlags {
fetchSolver
=
Flag
defaultSolver
,
fetchMaxBackjumps
=
Flag
defaultMaxBackjumps
,
fetchReorderGoals
=
Flag
(
ReorderGoals
False
),
fetchCountConflicts
=
Flag
(
CountConflicts
Fals
e
),
fetchCountConflicts
=
Flag
(
CountConflicts
Tru
e
),
fetchIndependentGoals
=
Flag
(
IndependentGoals
False
),
fetchShadowPkgs
=
Flag
(
ShadowPkgs
False
),
fetchStrongFlags
=
Flag
(
StrongFlags
False
),
...
...
@@ -701,7 +701,7 @@ defaultFreezeFlags = FreezeFlags {
freezeSolver
=
Flag
defaultSolver
,
freezeMaxBackjumps
=
Flag
defaultMaxBackjumps
,
freezeReorderGoals
=
Flag
(
ReorderGoals
False
),
freezeCountConflicts
=
Flag
(
CountConflicts
Fals
e
),
freezeCountConflicts
=
Flag
(
CountConflicts
Tru
e
),
freezeIndependentGoals
=
Flag
(
IndependentGoals
False
),
freezeShadowPkgs
=
Flag
(
ShadowPkgs
False
),
freezeStrongFlags
=
Flag
(
StrongFlags
False
),
...
...
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