Skip to content

Repository files navigation

HPath libraries

Gitter chatBuild Status

Set of libraries to deal with filepaths and files.

Motivation

  • filepaths should be type-safe (absolute, relative, ...)
  • filepaths should be ByteString under the hood, see Abstract FilePath Proposal (AFPP)
  • file high-level operations should be platform-specific, exception-stable, safe and as atomic as possible

Projects

  • Hackage versionhpath: Support for well-typed paths
  • Hackage versionhpath-filepath: ByteString based filepath manipulation (can be used without hpath)
  • Hackage versionhpath-directory: High-level IO operations for files/directories on raw ByteString filepaths (use hpath-io for the type-safe path version)
  • Hackage versionhpath-io: High-level IO operations for files/directories utilizing type-safe Path
  • Hackage versionhpath-posix: Some low-level POSIX glue code that is not in 'unix'

About

Typed filepath in haskell

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages