-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Description
Hello guys,
I'm trying purescript-native but I have some issues during the build phase.
Can you help me?
% yarn spago build
[1 of 1] Compiling Main
[info] Build succeeded.
psgo: failed
CallStack (from HasCallStack):
error, called at app/Main.hs:57:10 in main:Main
[error] Backend "psgo" exited with error:1
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
% yarn purs --version
yarn run v1.22.18
0.15.7
% yarn spago --version
yarn run v1.22.18
0.20.9
% psgo --version
master, commit cd83d8c93b0c3af33d7a17d7be1f8864fd590776
spago.dhall
{ name = "my-project"
, dependencies = [ "console", "effect", "prelude" ]
, packages = ./packages.dhall
, sources = [ "src/**/*.purs", "test/**/*.purs" ]
, backend = "psgo"
}
Main.purs
module Main where
import Prelude
import Effect (Effect)
import Effect.Console (log)
main :: Effect Unit
main = do
log "test"
Kif11, leoheung and alenkis
Metadata
Metadata
Assignees
Labels
No labels