Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
Packages
Cabal
Commits
7305ef44
Commit
7305ef44
authored
Dec 10, 2012
by
refold
Browse files
Add TODOs.
parent
5417ddd3
Changes
1
Show whitespace changes
Inline
Side-by-side
cabal-install/Distribution/Client/Install.hs
View file @
7305ef44
...
...
@@ -182,10 +182,13 @@ install verbosity packageDBs repos comp conf
logMsg
message
rest
=
debugNoWrap
verbosity
message
>>
rest
-- TODO: Make InstallContext a proper datatype with documented fields.
-- | Common context for makeInstallPlan and processInstallPlan.
type
InstallContext
=
(
PackageIndex
,
SourcePackageDb
,
[
UserTarget
],
[
PackageSpecifier
SourcePackage
]
)
-- TODO: Make InstallArgs a proper datatype with documented fields or just get
-- rid of it completely.
-- | Initial arguments given to 'install' or 'makeInstallContext'.
type
InstallArgs
=
(
PackageDBStack
,
[
Repo
]
...
...
Write
Preview
Markdown
is supported
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