Open
Description
Quick Summary:
When I try to build elm with cabal-install on Linux I run into:
terminal/src/Develop/StaticFiles.hs:91:3: error:
• Exception when trying to run compile-time code:
reactor: changeWorkingDirectory: does not exist (No such file or directory)
Code: (bsToExp =<< runIO Build.buildReactorFrontEnd)
• In the untyped splice:
$(bsToExp =<< runIO Build.buildReactorFrontEnd)
|
91 | $(bsToExp =<< runIO Build.buildReactorFrontEnd)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Maybe I am doing it wrong?
SSCCE
-
Elm: 0.19.1 and HEAD
-
Operating System: Fedora Linux
Additional Details
Both with ghc-8.10 and ghc-9.4
Metadata
Metadata
Assignees
Labels
No labels