Hi, I installed purescript
according to the book, but I struggle to setup a new project and to install the math
module.
Example:
[/tmp] mkdir bla
[/tmp] cd bla/
[/t/bla] spago init
[info] Initializing a sample project or migrating an existing one..
[info] Updating package-set tag to "psc-0.15.2-20220531"
Fetching the new one and generating hashes.. (this might take some time)
[info] Generating new hashes for the package set file so it will be cached.. (this might take some time)
[info] Set up a local Spago project.
[info] Try running `spago build`
[/t/bla] spago build
[info] Installing 3 dependencies.
[info] Searching for packages cache metadata..
[info] Recent packages cache metadata found, using it..
[info] Installing "prelude"
[info] Installing "console"
[info] Installing "effect"
[info] Installation complete.
[ 1 of 58] Compiling Type.Proxy
...
[58 of 58] Compiling Test.Main
[info] Build succeeded.
[/t/bla] spago install math
[error] The following packages do not exist in your package set:
[error] - math
That also does not work:
[/t/bla] spago install purescript-math
[error] The following packages do not exist in your package set:
[error] - purescript-math
What I am missing here?