purs compile: No files found using pattern: test/**/*.purs
[info] Build succeeded.
[warn] None of your project files import modules from some projects that are in the direct dependencies of your project.
These dependencies are unused. To fix this warning, remove the following packages from the list of dependencies in your config:
- effect
[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:
- maybe
- prelude
You may add these dependencies by running the following command:
spago install maybe prelude
