system-canonicalpath

Abstract data type for canonical paths with pretty operations

https://github.com/d12frosted/CanonicalPath

Version on this page:0.2.3.0
LTS Haskell 2.22:0.3.2.0
Stackage Nightly 2015-05-13:0.3.2.0
Latest on Hackage:0.3.2.0

See all snapshots system-canonicalpath appears in

MIT licensed and maintained by Boris Buliga
This version can be pinned in stack with:system-canonicalpath-0.2.3.0@sha256:349970939fa0ccbb78a0b365dad88dfefbbf6ec27b722131230446aaf42da054,1143

Module documentation for 0.2.3.0

This library provides abstract data type named CanonicalPath and some useful functions for working with it. See every module's description to find out more.

Changes

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