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
53e35013
Commit
53e35013
authored
Jan 13, 2017
by
Robert Henderson
Browse files
Non-upgradeable package constraints now use ScopeAnyQualifier.
parent
f79a07a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
cabal-install/Distribution/Client/Dependency.hs
View file @
53e35013
...
...
@@ -361,7 +361,7 @@ dontUpgradeNonUpgradeablePackages params =
where
extraConstraints
=
[
LabeledPackageConstraint
(
PackageConstraint
(
s
cope
Toplevel
pkgname
)
PackagePropertyInstalled
)
(
PackageConstraint
(
S
cope
AnyQualifier
pkgname
)
PackagePropertyInstalled
)
ConstraintSourceNonUpgradeablePackage
|
Set
.
notMember
(
mkPackageName
"base"
)
(
depResolverTargets
params
)
-- If you change this enumeration, make sure to update the list in
...
...
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