elm / parser

A parsing library, focused on simplicity and great error messages
https://package.elm-lang.org/packages/elm/parser/latest
BSD 3-Clause "New" or "Revised" License
230 stars 46 forks source link

Update examples/elm.json to be ready for Elm 0.19.1 #42

Closed tamc closed 1 year ago

tamc commented 4 years ago

Before it was setup to be ready for Elm 0.19.0 which means you see an error when trying to run the exmaple in Elm 0.19.1.

Now that Elm 0.19.1 is released it seems, to me at least, to be a good idea for the examples to run by default on that version, and for the user to have to modify it to run a different version.

tamc commented 1 year ago

Closing as I've not done anything on this in more than two years, so I'm unlikely to in the future.