Skip to content

Better install behavior for packages not in snapshot #272

@snoyberg

Description

@snoyberg
  • stack install foo should default to whatever's in the snapshot, and if that's not available, choose the latest in the index (reporting as such to the user)
  • To force a specific version of a package to be installed, can run stack install foo-1.2.3
  • For ease of use, can provide stack install foo:latest to ignore whatever's in the snapshot
  • Provide a command stack upgrade which is a synonym for stack install stack:latest

To be especially useful, we should complete #59 as well

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions