inhabitedtype / angstrom

Parser combinators built for speed and memory efficiency
Other
637 stars 74 forks source link

Add missing v prefix to ppx_let lower bound #208

Closed kevinji closed 3 years ago

kevinji commented 3 years ago

I think this might fix the build issue, but will wait for Travis to finish running.

kevinji commented 3 years ago

@seliopou Hmm so using ppx_let >= v0.14.0 eventually requires OCaml >= 4.07.0 which breaks the 4.06 build. Do you want to drop 4.06 from the Travis build and maybe add 4.11 to round things out?

seliopou commented 3 years ago

Thanks! I'll fix the OCaml version constraint separately.