Has anyone had success building 0.19 from source? 0.18 had guides for this and the buildFromSource.hs script, but this is gone in 0.19, as is any mention of building in the README or the Install page of the docs.
I’ve tried using Stack with lts-11.22, but I get weird errors about “Map.!: given key is not an element in the map”, that seem to be related to how ui/terminal/Develop/SourceFiles.hs is using TemplateHaskell to embed the elm-compiler statically.
Running cabal install
with GHC 8.4.4 (i.e. Haskell Platform in Ubuntu 19.04) gives a dependency error.
Does anyone know what’s going on with the TemplateHaskell? Is it looking for files in ~/.elm that don’t exist? Is there an “off the books” guide to compiling Elm from scratch?