@hackage / paths

Library for representing and manipulating type-safe file paths

Latest0.2.0.0

About

Metadata

  • Last updated , by phadej
  • License BSD-3-Clause
  • Categories Systems Programming
  • Maintained by: hvr@gnu.org

  • Lottery factor: 0

Links

Installation

Tested Compilers

  1. 9.4.4
  2. 9.2.5
  3. 9.0.2
  4. 8.10.7
  5. 8.8.4
  6. 8.6.5
  7. 8.4.4
  8. 8.2.2
  9. 8.0.2
  10. 7.10.3

Package Flags

Use the -f option with cabal commands to enable flags

    directory--lt-1_2 (off by default)

    directory < 1.2

Readme

This library provides a more type-safe version of FilePaths together with thin wrappers around common IO operations.

This library is directly derived from hackage-security's Hackage.Security.Util.Path module.