evancz / elm-todomvc

The TodoMVC app written in Elm, nice example for beginners.
http://evancz.github.io/elm-todomvc/
BSD 3-Clause "New" or "Revised" License
1.22k stars 329 forks source link

Upgrade to 0.16 #25

Closed rtfeldman closed 9 years ago

rtfeldman commented 9 years ago

I went with pretty much the minimal set of changes necessary for things to compile.

evancz commented 9 years ago

Ah, damn. I just reverted this. It needs to be on a separate branch. For the next couple days, people don't know about 0.16 and if they look at this example, I don't want it to be "wrong"

evancz commented 9 years ago

I just made https://github.com/evancz/elm-todomvc/tree/0.16

Can you retarget this to that branch?

rtfeldman commented 9 years ago

Done!