directory

library for directory handling

Version on this page:1.2.1.0
LTS Haskell 22.14:1.3.8.1
Stackage Nightly 2024-03-29:1.3.8.1
Latest on Hackage:1.3.8.3@rev:1

See all snapshots directory appears in

BSD-3-Clause licensed
Maintained by [email protected]
This version can be pinned in stack with:directory-1.2.1.0@sha256:951d66eade382f6b36702252e917b0852c9dae77ea309bb40d70970c9a495c2e,1642

Module documentation for 1.2.1.0

This package provides a library for handling directories.

Changes

Changelog for directory package

1.2.1.0 Mar 2014

  • Bundled with GHC 7.8.1

  • Add support for sub-second precision in getModificationTime when linked against unix>=2.6.0.0

  • Fix createDirectoryIfMissing _ "." in C:\ on Windows

  • Remove support for NHC98 compiler

  • Update package to cabal-version >= 1.10 format

  • Enhance Haddock documentation for doesDirectoryExist and canonicalizePath

  • Fix findExecutable to check that file permissions indicate executable

  • New convenience functions findFiles and findFilesWith