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
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
The text was updated successfully, but these errors were encountered:
Quick Summary:
When I try to build elm with cabal-install on Linux I run into:
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
The text was updated successfully, but these errors were encountered: