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.15 && <5), containers, directory (>=1.3.2.0 && <1.4), dlist (>=0.8 && <2), exceptions (>=0.8 && <0.11), filepath (>=1.2 && <1.5), path (>=0.7.1 && <0.10), temporary (>=1.1 && <1.4), time (>=1.4 && <1.13), transformers (>=0.3 && <0.7), 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 2023-10-22T16:02:32Z
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 2023-04-23T17:32:19Z
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, 101 indirect [details]
Downloads 39369 total (231 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 2023-04-23 [all 1 reports]

Readme for path-io-1.8.1

[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 path. It also implements some extra functionality 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.