Skip to content

Assume compatibility with minor / patch compiler releases #777

@milesfrain

Description

@milesfrain

Since the latest compiler version is not yet listed in latest-compatible-sets.json, new users starting today will encounter the following error:

npm i -g purescript spago

purs --version
0.14.1
spago --version
0.20.0

spago init
[info] Initializing a sample project or migrating an existing one..
[error] It seems that you're using a compiler version that is not supported by package-sets at the moment.
Please install one of the following versions of the compiler and try again: 
- 0.14.0
- 0.13.8
- 0.13.6
...

Could spago assume that minor compiler version bumps maintain compatibility with the latest package set? For example, I suspect that purs 0.14.1 is still compatible with psc-0.14.0-20210409.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions