@hackage / hpath-directory

Alternative to 'directory' package with ByteString based filepaths

Latest0.14.2.2

About

Metadata

  • Last updated , by maerwald
  • License BSD-3-Clause
  • Categories Systems Programming
  • Maintained by: Julian Ospald <hasufell@posteo.de>

  • Lottery factor: 0

Links

Installation

Tested Compilers

  1. 8.8.1
  2. 8.6.5
  3. 8.4.4
  4. 8.2.2
  5. 8.0.2
  6. 7.10.3

Readme

This provides a safer alternative to the directory package. FilePaths are ByteString based, so this package only works on POSIX systems. For a more high-level version of this with proper Path type, use 'hpath-io', which makes use of this package.