path-text-utf8: Read and write UTF-8 text files

[ apache, filesystem, library, text ] [ Propose Tags ]

This is a trivial integration of the path and text packages, providing convenient functions to read and write UTF-8 text files.


[Skip to Readme]

Modules

[Last Documentation]

  • OsPath
    • Text
      • OsPath.Text.UTF8
  • Path
    • Text
      • Path.Text.UTF8

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.0.1, 0.0.0.2, 0.0.1.0, 0.0.1.1, 0.0.1.2, 0.0.1.4, 0.0.1.6, 0.0.1.8, 0.0.1.10, 0.0.1.11, 0.0.1.12, 0.0.2.0
Change log changelog.md
Dependencies base (>=4.18 && <4.19), bytestring (>=0.10.12 && <0.12), file-io (>=0.1.0 && <0.2), filepath (>=1.4.100 && <1.5), path (>=0.9.2 && <0.10), safe-exceptions (>=0.1.7 && <0.2), text (>=1.2.5 && <1.3 || >=2.0 && <2.1) [details]
License Apache-2.0
Copyright 2017 Mission Valley Software LLC
Author Chris Martin
Maintainer Chris Martin, Julie Moronuki
Category Filesystem, Text
Home page https://github.com/typeclasses/path-text-utf8
Bug tracker https://github.com/typeclasses/path-text-utf8/issues
Source repo head: git clone https://github.com/typeclasses/path-text-utf8
Uploaded by chris_martin at 2023-06-26T23:20:22Z
Distributions NixOS:0.0.2.0
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 4259 total (41 in the last 30 days)
Rating 2.5 (votes: 3) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2023-06-27 [all 2 reports]

Readme for path-text-utf8-0.0.2.0

[back to package description]

This package provides the same API in two forms:

  • OsPath.Text.UTF8 based on the filepath library

  • Path.Text.UTF8 based on the path library