Skip to content

turtle-1.3.3

Compare
Choose a tag to compare
@Gabriella439 Gabriella439 released this 06 May 16:12
  • 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