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
Reading Spago workspace configuration...
✅ Selecting package to build: choku
Downloading dependencies...
Building...
Src Lib All
Warnings 0 0 0
Errors 0 0 0
✅ Build succeeded.
Passed preliminary checks.
Pushing tag 'v0.2.1' to the remote
Building again with the build plan from the solver...
Building...
purs compile: No files found using pattern: .spago/p/parallel-6.0.0/src/**/*.purs
[1/3 ModuleNotFound] .spago/p/aff-7.1.0/src/Effect/Aff.purs:45:1
45 import Control.Parallel (parSequence_, parallel)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Module Control.Parallel was not found.
Make sure the source file exists, and that it has been provided as an input to the compiler.
[2/3 ModuleNotFound] .spago/p/aff-7.1.0/src/Effect/Aff.purs:46:1
46 import Control.Parallel.Class (class Parallel)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Module Control.Parallel.Class was not found.
Make sure the source file exists, and that it has been provided as an input to the compiler.
[3/3 ModuleNotFound] .spago/p/aff-7.1.0/src/Effect/Aff.purs:47:1
47 import Control.Parallel.Class (sequential, parallel) as Exports
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Module Control.Parallel.Class was not found.
Make sure the source file exists, and that it has been provided as an input to the compiler.
Src Lib All
Warnings 0 0 0
Errors 0 3 3
❌ Failed to build.
Looks like related to purescript/spago#1110
The text was updated successfully, but these errors were encountered: