Changelog of @hackage/system-canonicalpath 0.2.3.0

0.2.3.0:

  • add cpathToText that converts CanonicalPath to Text
  • update base version constraints

0.2.2.0:

  • add functions that return unit instead of CanonicalPath to Directory module

0.2.1.0:

  • add CanonicalPath constructors that works with Text instead of UnsafePath

0.2.0.0:

  • most of functions are in MonadIO m now instead of IO

0.1.2.0:

  • add writeFile'
  • add some type conversion functions
  • update documentation

0.1.1.0:

  • Filesystem.CanonicalPath.Directory implementation
  • Add documentation

0.1.0.0:

  • Initial implementation of library