Skip to content

The elm 0.19 compiler that can run on windows without an "Access violation" error

License

Notifications You must be signed in to change notification settings

Kurren123/elm-compiler-bugfix

 
 

Repository files navigation

The Elm Compiler on windows

You may have got an Access violation error when trying to run various elm commands on windows. The problem was with GHC (the compiler used to make the elm compiler). This version of the elm has been built from an older version of GHC (8.0.1) which doesn't have that bug, and any changes in the code required to work with that version were made.

Learn about the Elm programming language at elm-lang.org.

Install

  1. Install elm by following [these instructions][installer].
  2. Download the latest bugfix release, unzip and replace your elm.exe with the one just downloaded. For me the path was at C:\Program Files (x86)\Elm\0.19\bin [installer]: https://guide.elm-lang.org/install.html

Help

Original github thread discussing this issue.

About

The elm 0.19 compiler that can run on windows without an "Access violation" error

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Haskell 96.9%
  • Elm 1.6%
  • NSIS 0.7%
  • JavaScript 0.2%
  • CSS 0.2%
  • Shell 0.2%
  • Other 0.2%