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
ef344045
Commit
ef344045
authored
Oct 29, 2013
by
Duncan Coutts
Browse files
Fix linearizeInstallPlan to work with the new installed package ids
parent
25fbf6e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
cabal-install/Distribution/Client/Install.hs
View file @
ef344045
...
...
@@ -499,8 +499,8 @@ linearizeInstallPlan installedPkgIndex plan =
pkgid
=
packageId
pkg
status
=
packageStatus
installedPkgIndex
pkg
plan''
=
InstallPlan
.
completed
pkgid
-- FIXME: Should this be Nothing?
(
BuildOk
DocsNotTried
TestsNotTried
Nothing
)
(
BuildOk
DocsNotTried
TestsNotTried
(
Just
Installed
.
emptyInstalledPackageInfo
)
)
(
InstallPlan
.
processing
[
pkg
]
plan'
)
--FIXME: This is a bit of a hack,
-- pretending that each package is installed
...
...
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