definition: |
getRepoForPackageSpec :: Config -> Package -> ErrorLogger Repository getRepoForPackageSpec cfg pkgspec = getRepoForPackages cfg (name pkgspec : dependencyNames pkgspec) |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Returns the repository containing all packages and dependencies --- (in all versions) mentioned in the given package specification. --- In each package the name, version, dependencies, and compilerCompatibility --- is set. --- The information is read either from the cache DB or from the cache file. |
failfree: |
<FAILING> |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_,_) |-> _} |
name: |
getRepoForPackageSpec |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
CPM.Config.Config -> CPM.Package.Package -> CPM.ErrorLogger.ErrorLogger CPM.Repository.Repository |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |