Skip to content

Releases: Gabriella439/turtle

turtle-1.4.0

06 May 16:15
Compare
Choose a tag to compare
  • BREAKING CHANGE: Remove unnecessary Maybe from type of single
  • BREAKING CHANGE: Consolidate searchable and executable
  • stream{,WithErr} now throws an ExitCode on failure

turtle-1.3.6

06 May 16:14
Compare
Choose a tag to compare
  • Build against ghc-8.2
  • Relax upper bound on optparse-applicative and foldl

turtle-1.3.4

06 May 16:13
Compare
Choose a tag to compare
  • Bug fix: cptree now correctly copies files instead of creating directories
    of the same name
  • Increase upper bound on criterion

turtle-1.3.3

06 May 16:12
Compare
Choose a tag to compare
  • Bug fix: Change textToLines to behave like Data.Text.splitOn "\n"
    instead of Data.Text.unlines
    • This fixes weird behavior around handling empty strings. splitOn does
      the right thing, but unlines does not. For example, this indirectly
      fixes a regression in sed, which would discard empty lines
  • Bug fix: which/whichAll now behave correctly on Windows
  • Add new cptree/single utilities
  • Documentation fixes

turtle-1.3.2

06 May 16:12
Compare
Choose a tag to compare
  • Fix bugs in subprocess management
  • Generalize type of repr to return any type that implements IsString
  • Add optLine, argLine, and l utilities to simplify working with Lines

turtle-1.3.1

06 May 16:10
Compare
Choose a tag to compare
  • find no longer follows symlinks
  • Increase upper bound on directory

turtle-1.2.8

06 May 16:09
Compare
Choose a tag to compare
  • Increase upper bound on time and transformers
  • Fix incorrect lower bound for base

turtle-1.2.7

06 May 16:09
Compare
Choose a tag to compare
  • Increase upper bound on clock dependency

turtle-1.2.6

06 May 16:08
Compare
Choose a tag to compare
  • Generalize several types to use MonadManaged
  • Generalize type of printf to use MonadIO
  • Add system, and copymod
  • Fix rmtree to more accurately match behavior of rm -r

turtle-1.2.5

06 May 16:07
Compare
Choose a tag to compare
  • Add printf, utc, procs, and shells