@hackage system-filepath0.4.14.1
High-level, byte-based file and directory path manipulations (deprecated)
Categories
License
MIT
Maintainer
https://github.com/fpco/haskell-filesystem
Links
Versions
Deprecated
Tested Compilers
Dependencies (5)
- base >=4.0 && <5
- bytestring >=0.9
- deepseq >=1.1 && <1.6
- semigroups >=0.11 && <0.19
- 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
Legacy package (deprecated).
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.