path-io: Interface to ‘directory’ package for users of ‘path’

[ bsd3, filesystem, library, system ] [ Propose Tags ]

Interface to ‘directory’ package for users of ‘path’.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Flags

Manual Flags

NameDescriptionDefault
dev

Turn on development settings.

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0, 0.1.1, 0.2.0, 0.3.0, 0.3.1, 1.0.0, 1.0.1, 1.1.0, 1.2.0, 1.2.1, 1.2.2, 1.3.0, 1.3.1, 1.3.2, 1.3.3, 1.4.0, 1.4.1, 1.4.2, 1.5.0, 1.6.0, 1.6.1, 1.6.2, 1.6.3, 1.7.0, 1.8.0, 1.8.1
Change log CHANGELOG.md
Dependencies base (>=4.8 && <5.0), containers, directory (>=1.2.2 && <1.4), dlist (>=0.8 && <0.9), exceptions (>=0.8 && <0.11), filepath (>=1.2 && <1.5), path (>=0.6 && <0.7), temporary (>=1.1 && <1.4), time (>=1.4 && <1.10), transformers (>=0.3 && <0.6), unix-compat [details]
License BSD-3-Clause
Author Mark Karpov <markkarpov92@gmail.com>
Maintainer Mark Karpov <markkarpov92@gmail.com>
Revised Revision 1 made by mrkkrp at 2019-09-17T14:02:50Z
Category System, Filesystem
Home page https://github.com/mrkkrp/path-io
Bug tracker https://github.com/mrkkrp/path-io/issues
Source repo head: git clone https://github.com/mrkkrp/path-io.git
Uploaded by mrkkrp at 2019-02-13T22:28:54Z
Distributions Arch:1.8.1, Debian:1.6.0, Fedora:1.8.1, LTSHaskell:1.8.1, NixOS:1.8.1, Stackage:1.8.1
Reverse Dependencies 73 direct, 102 indirect [details]
Downloads 39595 total (232 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2019-02-13 [all 1 reports]

Readme for path-io-1.4.2

[back to package description]

Path IO

License BSD3 Hackage Stackage Nightly Stackage LTS Build Status Build status

This package provides an interface to the directory package for users of Chris Done's path. It also implements some missing stuff like recursive scanning and copying of directories, working with temporary files/directories, etc.

Consult Haddocks for usage, which should be trivial.

License

Copyright © 2016–2019 Mark Karpov

Distributed under BSD 3 clause license.