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
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.
The text was updated successfully, but these errors were encountered:
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:
The error message suggests adding these to
spago.dhall
. A simple way to accomplish this is to run theinstall
command with those missing packages:It might be nice to autogenerate that
spago install ...
line in the error message for convenience.The text was updated successfully, but these errors were encountered: