-
Notifications
You must be signed in to change notification settings - Fork 134
Closed
Description
I don't seem to be able to use local package sets with spago-0.93.14. I have run spago init and changed my spago.yaml to the following:
package:
dependencies:
- console
- effect
- prelude
name: test
test:
dependencies: []
main: Test.Main
workspace:
extra_packages: {}
package_set:
path: ./packages.jsonRunning spago build presents me with the following error:
❌ Couldn't parse Spago config, error:
An error occurred while decoding a JSON value:
Under 'Config':
At object key workspace:
Under 'WorkspaceConfig':
At object key package_set:
Under 'SetFromUrl':
At object key url:
No value was found.
Are local package sets allowed? The custom-package-sets seems to imply that this is allowed, but it isn't mentioned in the workspace section at all.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels