elm-community / parser-combinators

A parser combinator library for Elm.
http://package.elm-lang.org/packages/elm-community/parser-combinators/latest
BSD 3-Clause "New" or "Revised" License
104 stars 13 forks source link

Elm 0.17 #12

Closed saschatimme closed 8 years ago

saschatimme commented 8 years ago

There is a new Elm version http://elm-lang.org/blog/farewell-to-frp and the lazy dependency doesn't work anymore, but there is a new (official) fork of it https://github.com/elm-lang/lazy. But just replacing the dependency and updating the module syntax was at least in my case not sufficient. I get a runtime exception at the first execution.

Bogdanp commented 8 years ago

I've pushed a 0.17-compatible version. Let me know if you run into any issues.