-
Notifications
You must be signed in to change notification settings - Fork 133
Closed
Description
PSA for folks troubleshooting error messages:
With the release of 0.20.0, which incorporates #730, you may encounter errors like this in pre-existing projects:
[error] Some of your project files import modules from packages that are not in the direct dependencies of your project.
To fix this error add the following packages to the list of dependencies in your config:
- integers
- maybe
- partial
- prelude
The error message suggests adding these to spago.dhall
. A simple way to accomplish this is to run the install
command with those missing packages:
spago install integers maybe partial prelude
It might be nice to autogenerate that spago install ...
line in the error message for convenience.
JordanMartinez, thomashoneyman, f-f, colinwahl and smilack
Metadata
Metadata
Assignees
Labels
No labels