elm-community / parser-combinators

A parser combinator library for Elm.

Home Page:http://package.elm-lang.org/packages/elm-community/parser-combinators/latest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Elm 0.17

saschatimme opened this issue · comments

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.

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