File: README.md

package info (click to toggle)
haskell-system-filepath 0.4.14.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 136 kB
  • sloc: haskell: 1,278; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 224 bytes parent folder | download
1
2
3
4
5
6
7
## 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.