directory: Platform-agnostic library for filesystem operations

[ bsd3, library, system ] [ Propose Tags ]

This library provides a basic set of operations for manipulating files and directories in a portable way.


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 1.0.0.0, 1.0.0.3, 1.0.1.0, 1.0.1.1, 1.0.1.2, 1.1.0.0, 1.1.0.1, 1.1.0.2, 1.2.0.0, 1.2.0.1, 1.2.1.0, 1.2.2.0, 1.2.2.1, 1.2.3.0, 1.2.3.1, 1.2.4.0, 1.2.5.0, 1.2.5.1, 1.2.6.1, 1.2.6.2, 1.2.6.3, 1.2.7.0, 1.2.7.1, 1.3.0.0, 1.3.0.1, 1.3.0.2, 1.3.1.0, 1.3.1.1, 1.3.1.2, 1.3.1.3, 1.3.1.4, 1.3.1.5, 1.3.2.0, 1.3.2.1, 1.3.2.2, 1.3.3.0, 1.3.3.1, 1.3.3.2, 1.3.4.0, 1.3.5.0, 1.3.6.0, 1.3.6.1, 1.3.6.2, 1.3.7.0, 1.3.7.1, 1.3.8.0, 1.3.8.1, 1.3.8.2, 1.3.8.3 (info)
Change log changelog.md
Dependencies base (>=4.5 && <4.9), filepath (>=1.3 && <1.5), time (>=1.4 && <1.6), unix (>=2.5.1 && <2.8), Win32 (>=2.2.2 && <2.4) [details]
License BSD-3-Clause
Author
Maintainer libraries@haskell.org
Category System
Bug tracker https://github.com/haskell/directory/issues
Source repo head: git clone https://github.com/haskell/directory
Uploaded by Rufflewind at 2015-03-18T15:02:00Z
Distributions Arch:1.3.6.2, Fedora:1.3.7.1
Reverse Dependencies 1856 direct, 12773 indirect [details]
Downloads 139219 total (649 in the last 30 days)
Rating 1.25 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2015-03-18 [all 1 reports]

Readme for directory-1.2.2.0

[back to package description]

directory Hackage Build Status

Documentation can be found on Hackage.

Building from Git repository

When building this package directly from the Git repository, one must run autoreconf -i to generate the configure script needed by cabal configure. This requires Autoconf to be installed.

autoreconf -i
cabal install

There is no need to run the configure script manually however, as cabal configure does that automatically.