https://github.com/haskell/file-io
File IO (read/write/open) for OsPath API
https://github.com/haskell/file-io
Last synced: 3 months ago
JSON representation
File IO (read/write/open) for OsPath API
- Host: GitHub
- URL: https://github.com/haskell/file-io
- Owner: haskell
- License: other
- Created: 2022-03-24T22:22:51.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2025-01-05T10:13:56.000Z (about 1 year ago)
- Last Synced: 2025-01-28T17:48:49.306Z (about 1 year ago)
- Language: Haskell
- Homepage:
- Size: 132 KB
- Stars: 11
- Watchers: 3
- Forks: 6
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# file-io
A companion library for filepath 1.4.100.0 and later
that provides `openFile`, `readFile`, `writeFile` etc.
for the new [OsPath API](https://hackage.haskell.org/package/filepath-1.4.100.0/docs/System-OsPath.html).
To get an idea about the new API, check out [this blogpost](https://hasufell.github.io/posts/2022-06-29-fixing-haskell-filepaths.html).