When buillding (sandbox), I get the following error:
[14 of 17] Compiling Handler.Home ( server/Handler/Home.hs, dist/dist-sandbox-7bd9fa4d/build/Handler/Home.o )
ghcjs app/Client.hs -o /tmp/run-ghcjs.32276 -iclient -ishared -XCPP -XTemplateHaskell -package ghcjs-react
server/Handler/Home.hs:17:5:
Exception when trying to run compile-time code:
The GHCJS process failed with exit code 127.
Code: ghcjsFileDev
development
["-iclient", "-ishared", "-XCPP", "-XTemplateHaskell", ....]
"app/Client.hs"
In the splice:
$(ghcjsFileDev
development
["-iclient", "-ishared", "-XCPP", ....]
"app/Client.hs")
cabal: Error: some packages failed to install:
stackage-view-0.0.1 failed during the building phase. The exception was:
ExitFailure 1
When buillding (sandbox), I get the following error: