typelead / eta-hackage

A set of patches to make Hackage compatible with the Eta language.
64 stars 31 forks source link

Patched megaparsec-7.0.3 #122

Closed jneira closed 5 years ago

jneira commented 5 years ago
jneira commented 5 years ago

@rahulmutt dhall throwed the StackOverflow with this input: { name = "dhall", description = "desc", stars = 123 } before the patch, in a similar way it did with simpler inputs in the past (see https://github.com/typelead/eta/issues/704#issuecomment-379640363) I thought it is normal with parser that uses continuation style.