Closed k0ral closed 5 years ago
The use of liftEither in Refined.Internal requires mtl >= 2.2.2:
liftEither
Refined.Internal
mtl >= 2.2.2
[2 of 8] Compiling Refined.Internal ( src/Refined/Internal.hs, dist/build/Refined/Internal.o ) src/Refined/Internal.hs:1112:16: error: Not in scope: ‘MonadError.liftEither’ Module ‘Control.Monad.Error.Class’ does not export ‘liftEither’. | 1112 | exceptRefine = MonadError.liftEither | ^^^^^^^^^^^^^^^^^^^^^
You may want to publish new revisions of existing releases as well, on Hackage.
Thanks!
The use of
liftEither
inRefined.Internal
requiresmtl >= 2.2.2
:You may want to publish new revisions of existing releases as well, on Hackage.