Skip to content

Cannot execute spago publish #1

Closed
@m15a

Description

@m15a
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

Metadata

Metadata

Assignees

No one assigned

    Labels

    toolsSomething related to toolchain such as spago/npm

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions