directory: Platform-agnostic library for filesystem operations

[ bsd3, library, system ] [ Propose Tags ] [ Report a vulnerability ]

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


[Skip to Readme]

Flags

Automatic Flags
NameDescriptionDefault
os-string

Use the new os-string package

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]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, 1.3.8.4, 1.3.8.5, 1.3.9.0 (info)
Change logchangelog.md
Dependenciesbase (>=4.13.0 && <4.22), file-io (>=0.1.4 && <0.2), filepath (>=1.4.100.0), os-string (>=2.0.0), time (>=1.8.0 && <1.15), unix (>=2.8.0 && <2.9), Win32 (>=2.13.3 && <2.15) [details]
Tested with ghc ==8.10.7 || ==9.0.2 || ==9.2.4 || ==9.4.3
LicenseBSD-3-Clause
Author
Maintainerlibraries@haskell.org
RevisedRevision 1 made by Rufflewind at 2024-11-07T10:04:50Z
CategorySystem
Bug trackerhttps://github.com/haskell/directory/issues
Source repohead: git clone https://github.com/haskell/directory
Uploadedby Rufflewind at 2024-10-11T10:43:29Z
DistributionsArch:1.3.7.1, Fedora:1.3.8.5
Reverse Dependencies1908 direct, 13217 indirect [details]
Downloads148470 total (93 in the last 30 days)
Rating1.25 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
StatusDocs available [build log]
All reported builds failed as of 2024-10-11 [all 1 reports]

Readme for directory-1.3.9.0

[back to package description]

directory

HackageBuild statusDependencies status

Documentation can be found on Hackage. Changes between versions are recorded in the change log.

Building from Git repository

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

autoreconf -fi cabal install 

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

close