Releases: Gabriella439/turtle
Releases · Gabriella439/turtle
turtle-1.5.4
- Increase upper bound on
exceptions
turtle-1.5.3
- Increase upper bound on
doctest
turtle-1.5.2
- Increase upper bound on
async
turtle-1.5.1
- GHC 8.4 support
- Re-export
encodeString
/decodeString
- Update tutorial to use
stack script
- Increase upper bounds on dependencies
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
turtle-1.4.5
- Add
grepText
,uniq
,nub
,sort
toTurtle.Prelude
- Increase upper bound on
unix-compat
turtle-1.4.4
- Fix small mistake in tutorial
turtle-1.4.3
- Increase upper bound on
doctest
turtle-1.4.2
- Add
sed{Prefix,Suffix,Entire}
andinplace{Prefix,Suffix,Entire}
turtle-1.4.1
- Increase upper bound on
doctest