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

Add missing module in test #43

Closed qrilka closed 5 years ago

qrilka commented 5 years ago

As seen on Hackage - http://hackage.haskell.org/package/Earley-0.13.0.0/src/ package archive contains no UnbalancedPars module which results in test failure seen in https://github.com/commercialhaskell/stackage/issues/4193 This PR fixes the situation (but in the end a new Hackage release is required)

ollef commented 5 years ago

Cheers!