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

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.12 && <5.0), containers, directory (>=1.3.2.0 && <1.4), dlist (>=0.8 && <2.0), exceptions (>=0.8 && <0.11), filepath (>=1.2 && <1.5), path (>=0.6 && <0.9), temporary (>=1.1 && <1.4), time (>=1.4 && <1.11), transformers (>=0.3 && <0.6), unix-compat [details]
License BSD-3-Clause
Author Mark Karpov <markkarpov92@gmail.com>
Maintainer Mark Karpov <markkarpov92@gmail.com>
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 2020-10-23T13:57:21Z
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 39535 total (249 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 2020-10-23 [all 1 reports]

Readme for path-io-1.6.2

[back to package description]

Path IO

License BSD3 Hackage Stackage Nightly Stackage LTS CI

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.

Contribution

Issues, bugs, and questions may be reported in the GitHub issue tracker for this project.

Pull requests are also welcome.

License

Copyright © 2016–present Mark Karpov

Distributed under BSD 3 clause license.