kowey / GenI

Surface realiser (part of a Natural Language Generation system) using Tree Adjoining Grammar
GNU General Public License v2.0
21 stars 2 forks source link

Add upper bound to `errors` dependency #57

Closed Gabriella439 closed 9 years ago

Gabriella439 commented 9 years ago

errors-2.0 will switch to use ExceptT instead of EitherT. If that will break your package then add an upper bound of errors < 2.0 to your dependencies.

kowey commented 9 years ago

Thanks for the report! I'll check to see