Skip to content
Snippets Groups Projects
Commit 7305ef44 authored by Mikhail Glushenkov's avatar Mikhail Glushenkov
Browse files

Add TODOs.

parent 5417ddd3
No related branches found
No related tags found
No related merge requests found
......@@ -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]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment