a6f902a9dfa4be5b1dc497f0486ca2b2609ea071
HPath libraries
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
- hpath: Support for well-typed paths
- hpath-filepath: ByteString based filepath manipulation (can be used without hpath)
- hpath-io: high-level file API (recursive copy, writeFile etc.) using hpath
Languages
Haskell
94.4%
Cabal Config
5%
Shell
0.4%
C
0.2%