turtle-1.5.0
- BREAKING CHANGE: Add
MonadCatch
instance forShell
- This requires a breaking change to the internal implementation of
Shell
- Most breaking changes can be fixed by replacing the
Shell
constructor
with the newly added_Shell
utility for ease of migration - If you don't use the
Shell
constructor then this change likely does not
affect you
- This requires a breaking change to the internal implementation of
- Add
eprintf