Skip to content

Releases: Gabriella439/turtle

turtle-1.5.4

06 May 16:21
da444ac
Compare
Choose a tag to compare
  • Increase upper bound on exceptions

turtle-1.5.3

06 May 16:21
Compare
Choose a tag to compare
  • Increase upper bound on doctest

turtle-1.5.2

06 May 16:20
Compare
Choose a tag to compare
  • Increase upper bound on async

turtle-1.5.1

06 May 16:20
b56186c
Compare
Choose a tag to compare
  • GHC 8.4 support
  • Re-export encodeString/decodeString
  • Update tutorial to use stack script
  • Increase upper bounds on dependencies

turtle-1.5.0

06 May 16:19
b1a0c04
Compare
Choose a tag to compare
  • 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

turtle-1.4.5

06 May 16:18
a91f57e
Compare
Choose a tag to compare
  • Add grepText, uniq, nub, sort to Turtle.Prelude
  • Increase upper bound on unix-compat

turtle-1.4.4

06 May 16:18
Compare
Choose a tag to compare
  • Fix small mistake in tutorial

turtle-1.4.3

06 May 16:17
Compare
Choose a tag to compare
  • Increase upper bound on doctest

turtle-1.4.2

06 May 16:16
Compare
Choose a tag to compare
  • Add sed{Prefix,Suffix,Entire} and inplace{Prefix,Suffix,Entire}

turtle-1.4.1

06 May 16:16
Compare
Choose a tag to compare
  • Increase upper bound on doctest