Commits

Daniel Dunbar committed ba1d2562aad
[Get] Change resolution to operate on Manifests. - This changes the bulk of the current package resolution logic to operate only in terms of parsed `Manifest` instances, and not using `Package` instances. As per the comments in `PackageModel.Package`, this is an attempt to align the currently used notions of what a package is with the types used.