File: README.md

package info (click to toggle)
haskell-system-filepath 0.4.14-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 144 kB
  • sloc: haskell: 1,288; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 292 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
## system-filepath

Please see [deprecation announcement](https://plus.google.com/+MichaelSnoyman/posts/Ft5hnPqpgEx)

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.