@hackage system-filepath0.4.13.2
High-level, byte-based file and directory path manipulations
Categories
License
MIT
Maintainer
FP Complete <michael@fpcomplete.com>
Links
Versions
Deprecated
Dependencies (4)
- base >=4.0 && <4.10
- bytestring >=0.9
- deepseq >=1.1 && <1.5
- text >=0.11.0.6 Show all…
Dependents (197)
@hackage/anansi, @hackage/gitlib-cmdline, @hackage/servant-server, @hackage/tex-join-bib, @hackage/repl-toolkit, @hackage/haskell-ftp, Show all…
system-filepath
Provides a FilePath datatype and utility functions for operating on it.
Unlike the filepath package, this package does not simply reuse String,
increasing type safety.