You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ Most of these features can be controlled not only from the toolbar, but also usi
47
47
48
48
### Which Libraries Are Available?
49
49
50
-
Try PureScript aims to provide a complete, recent package set from <https://github.com/purescript/package-sets>. The available libraries are those listed in [`staging/spago.dhall`](./staging/spago.dhall), at the versions in the package set mentioned in [`staging/packages.dhall`](./staging/packages.dhall).
50
+
Try PureScript aims to provide a complete, recent package set from <https://github.com/purescript/registry/tree/main/package-sets>. The available libraries are those listed under `package.dependencies`in [`staging/spago.yaml`](./staging/spago.yaml), at the versions in the package set named by `workspace.packageSet.registry` in that same file.
thrownewError("Failed to extract the PureScript version from the stack.yaml file. Cannot update SharedConfig.purs file.");
37
47
}
38
48
39
49
if(!packageSetVersion){
40
-
thrownewError("Failed to extract the Package Set version from the staging/packages.dhall file. Cannot update SharedConfig.purs file.");
50
+
thrownewError("Failed to extract the registry package set version (the 'registry:' field) from the staging/spago.yaml file. Cannot update SharedConfig.purs file.");
0 commit comments