Skip to content

turtle-1.5.0

Compare
Choose a tag to compare
@Gabriella439 Gabriella439 released this 06 May 16:19
b1a0c04
  • BREAKING CHANGE: Add MonadCatch instance for Shell
    • 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
  • Add eprintf