purescript-contrib / purescript-affjax

An asynchronous AJAX library built using Aff.
Apache License 2.0
121 stars 78 forks source link

Add missing deps #165

Closed pete-murphy closed 2 years ago

pete-murphy commented 2 years ago

Description of the change

This adds missing dependencies listed when running spago build (see: https://github.com/purescript-contrib/governance/issues/43)

Output from running spago build before these changes
[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:
- integers
- math
- refs
- unsafe-coerce
[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:
- arrays
- control
- datetime
- either
- exceptions
- foldable-traversable
- foreign-object
- functions
- lists
- maybe
- newtype
- prelude
- transformers
- web-dom
- web-file
You may add these dependencies by running the following command:
spago install arrays control datetime either exceptions foldable-traversable foreign-object functions lists maybe newtype prelude transformers web-dom web-file

Checklist: