system-canonicalpath

Abstract data type for canonical paths with pretty operations

https://github.com/d12frosted/CanonicalPath

Version on this page:0.2.0.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.0.0@sha256:1ae21f23fbf389bb5ebf04bc64cc7f63c69a8eb25299de5fc6525c050f14a34e,1142

Module documentation for 0.2.0.0

  • Filesystem
    • Filesystem.CanonicalPath
      • Filesystem.CanonicalPath.Directory

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.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