ollef / Earley

Parsing all context-free grammars using Earley's algorithm in Haskell.
BSD 3-Clause "New" or "Revised" License
361 stars 24 forks source link

Decrease lower bound on `base` dependency to `4.6` #16

Closed Gabriella439 closed 8 years ago

Gabriella439 commented 8 years ago

This is so that Earley builds against ghc-7.6.3

phadej commented 8 years ago

Seems to be ok. I'll make a revision on Hackage with lowered base dependency.

Gabriella439 commented 8 years ago

Thank you!