Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haskell/file-io
File IO (read/write/open) for OsPath API
https://github.com/haskell/file-io
Last synced: about 1 month ago
JSON representation
File IO (read/write/open) for OsPath API
- Host: GitHub
- URL: https://github.com/haskell/file-io
- Owner: haskell
- Created: 2022-03-24T22:22:51.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-14T13:35:55.000Z (3 months ago)
- Last Synced: 2024-09-29T17:41:20.471Z (about 1 month ago)
- Language: Haskell
- Homepage:
- Size: 125 KB
- Stars: 11
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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).