Releases: Gabriella439/turtle
Releases · Gabriella439/turtle
turtle-1.4.0
- BREAKING CHANGE: Remove unnecessary
Maybe
from type ofsingle
- BREAKING CHANGE: Consolidate
searchable
andexecutable
stream{,WithErr}
now throws anExitCode
on failure
turtle-1.3.6
- Build against
ghc-8.2
- Relax upper bound on
optparse-applicative
andfoldl
turtle-1.3.4
- Bug fix:
cptree
now correctly copies files instead of creating directories
of the same name - Increase upper bound on
criterion
turtle-1.3.3
- Bug fix: Change
textToLines
to behave likeData.Text.splitOn "\n"
instead ofData.Text.unlines
- This fixes weird behavior around handling empty strings.
splitOn
does
the right thing, butunlines
does not. For example, this indirectly
fixes a regression insed
, which would discard empty lines
- This fixes weird behavior around handling empty strings.
- Bug fix:
which
/whichAll
now behave correctly on Windows - Add new
cptree
/single
utilities - Documentation fixes
turtle-1.3.2
- Fix bugs in subprocess management
- Generalize type of
repr
to return any type that implementsIsString
- Add
optLine
,argLine
, andl
utilities to simplify working withLine
s
turtle-1.3.1
find
no longer follows symlinks- Increase upper bound on
directory
turtle-1.2.8
- Increase upper bound on
time
andtransformers
- Fix incorrect lower bound for
base
turtle-1.2.7
- Increase upper bound on
clock
dependency
turtle-1.2.6
- Generalize several types to use
MonadManaged
- Generalize type of
printf
to useMonadIO
- Add
system
, andcopymod
- Fix
rmtree
to more accurately match behavior ofrm -r
turtle-1.2.5
- Add
printf
,utc
,procs
, andshells