Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
% spago build [info] Generating new hashes for the package set file so it will be cached.. (this might take some time) [error] Oh noes! It looks like the PureScript version installed on your system is not compatible with the package-set you're using. installed `purs` version: 0.15.4 minimum package-set version: 0.14.3 There are a few ways to solve this: - install a compatible `purs` version (i.e. in the same 'semver range' as the one in the package set) - if the `purs` version is 'too new', you can try using `spago upgrade-set` to upgrade to the latest package set - if you know what you're doing and you want to disable this check, you can override the `version` of the `metadata` package in the packages.dhall, e.g.: let upstream = <package-set url here> in upstream with metadata.version = "v0.15.4"
- Loading branch information