Kwarrtz / render

A lightweight graphics library for the Elm programming language
BSD 3-Clause "New" or "Revised" License
15 stars 3 forks source link

Should support elm-lang/core 4.0.x #4

Closed avh4 closed 8 years ago

avh4 commented 8 years ago

The package currently limits the elm-lang/core version to <= 4.0.4. I think the version bounds should be changed to

"elm-lang/core": "4.0.0 <= v < 5.0.0",

(was there a specific reason that v 4.0.5 doesn't work with this package?)

Kwarrtz commented 8 years ago

Thanks for pointing this one out to me. I had restricted core to v <= 4.0.4 during development because I was having some issues with 4.0.5 on my local machine. I fixed the problem, but looks like I never changed elm-package back. It should be fixed now.

avh4 commented 7 years ago

Can you publish a new release with this fix?

Kwarrtz commented 7 years ago

v1.0.2 is out and includes this change. I had planned to bundle it with the v2.0.0 release but that ended up further behind schedule than I had anticipated.

Thanks for reminding me about this one, by the way. I had completely forgotten about it.