elm-make icon indicating copy to clipboard operation
elm-make copied to clipboard

elm-make ignores elm-version field in elm-package.json

Open jvoigtlaender opened this issue 8 years ago • 2 comments

For example, using Elm 0.16, it is possible to use elm-make on a project that has an elm-package.json stating "elm-version": "0.15.0 <= v < 0.16.0". That doesn't seem a good idea to allow (think: developers thus forgetting to update the elm-version field before uploading to the package site). Or is there any use case where this is intended?

jvoigtlaender avatar Jan 26 '16 09:01 jvoigtlaender

Is this still true with 0.17.1?

evancz avatar Aug 09 '16 21:08 evancz

Yes, this is still true with 0.17.1.

jvoigtlaender avatar Aug 10 '16 07:08 jvoigtlaender