Closed Gabriella439 closed 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.
errors-2.0
ExceptT
EitherT
errors < 2.0
Thanks for the report! I'll check to see
errors-2.0
will switch to useExceptT
instead ofEitherT
. If that will break your package then add an upper bound oferrors < 2.0
to your dependencies.