@hackage file-uri0.1.0.0
File URI parsing
Categories
License
BSD-3-Clause
Maintainer
hasufell@posteo.de
Links
Versions
- 0.1.0.0 Fri, 15 Nov 2024
Installation
Dependencies (3)
- attoparsec >=0.13.1.0
- base >=4.12.0.0 && <4.22
- bytestring >=0.9.1 Show all…
Dependents (1)
@hackage/ghcup
file-uri
This Haskell library parses file:///foo/bar URIs based on RFC 8089,
including windows filepaths. It's a subset of RFC3986,
but is better at interpreting the filepaths (especially on windows).
Part of the code is based on uri-bytestring from Soostone.