Skip to content

Instantly share code, notes, and snippets.

@Checksum
Last active February 27, 2019 05:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Checksum/e88edb280cff911e2593e569bebc473c to your computer and use it in GitHub Desktop.
Save Checksum/e88edb280cff911e2593e569bebc473c to your computer and use it in GitHub Desktop.
Building Elm 0.19
  • Clone elm/compiler
  • Install stack
  • Install required version of cabal using stack --resolver lts-9 install cabal-install (commercialhaskell/stack#3453 (comment))
  • PATH=~/.local/bin:$PATH stack init --solver to install the required version of GHC
  • PATH=~/.local/bin:$PATH stack build --flag elm:dev to build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment