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

Cannot be used with Fresheyeball/elm-return #19

Closed roSievers closed 7 years ago

roSievers commented 7 years ago

Just as in #18, the 6.0.0 update to elm-return introduces an infix precedence that is incompatible with elm-combine. I'll also report this to and hope you two find a way to get the packages compatible again.

Bug at elm-return: https://github.com/Fresheyeball/elm-return/issues/6 For everyone else reading along, this triggers https://github.com/elm-lang/elm-compiler/issues/1096

Bogdanp commented 7 years ago

It looks like this was fixed in elm-return so I'm closing this issue.