Skip to content
GitLab
Menu
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
847ed4ea
Commit
847ed4ea
authored
Jun 26, 2016
by
kristenk
Browse files
Solver: Apply linked package preference in the preferences phase
parent
ab902857
Changes
1
Hide whitespace changes
Inline
Side-by-side
cabal-install/Distribution/Solver/Modular/Solver.hs
View file @
847ed4ea
...
...
@@ -109,9 +109,9 @@ solve sc cinfo idx pkgConfigDB userPrefs userConstraints userGoals =
traceTree
"heuristics.json"
id
.
P
.
deferWeakFlagChoices
.
P
.
deferSetupChoices
.
P
.
preferBaseGoalChoice
.
P
.
preferLinked
preferencesPhase
=
P
.
preferPackagePreferences
userPrefs
P
.
preferBaseGoalChoice
preferencesPhase
=
P
.
preferLinked
.
P
.
preferPackagePreferences
userPrefs
validationPhase
=
traceTree
"validated.json"
id
.
P
.
enforceManualFlags
.
-- can only be done after user constraints
P
.
enforcePackageConstraints
userConstraints
.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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