| CARVIEW |
Select Language
HTTP/1.1 200 OK
Connection: keep-alive
Server: nginx/1.24.0 (Ubuntu)
Content-Type: text/html; charset=utf-8
Cache-Control: public, max-age=300
Content-Encoding: gzip
Via: 1.1 varnish, 1.1 varnish
Accept-Ranges: bytes
Age: 0
Date: Sat, 17 Jan 2026 02:00:52 GMT
X-Served-By: cache-dfw-kdfw8210050-DFW, cache-bom-vanm7210066-BOM
X-Cache: MISS, MISS
X-Cache-Hits: 0, 0
X-Timer: S1768615252.851582,VS0,VE837
Vary: Accept, Accept-Encoding
transfer-encoding: chunked
uri-bytestring: Haskell URI parsing as ByteStrings
[Skip to Readme]
uri-bytestring: Haskell URI parsing as ByteStrings
uri-bytestring aims to be an RFC3986 compliant URI parser that uses efficient ByteStrings for parsing and representing the URI data.
[Skip to Readme]
Flags
Manual Flags
| Name | Description | Default |
|---|---|---|
| lib-werror | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- uri-bytestring-0.4.0.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
| Versions [RSS] | 0.0.1, 0.1, 0.1.1, 0.1.2, 0.1.3, 0.1.4, 0.1.5, 0.1.6, 0.1.7, 0.1.8, 0.1.9, 0.1.9.1, 0.1.9.2, 0.2.0.0, 0.2.1.0, 0.2.1.1, 0.2.1.2, 0.2.2.0, 0.2.2.1, 0.2.3.0, 0.2.3.1, 0.2.3.2, 0.2.3.3, 0.3.0.0, 0.3.0.1, 0.3.0.2, 0.3.1.0, 0.3.1.1, 0.3.2.0, 0.3.2.1, 0.3.2.2, 0.3.3.0, 0.3.3.1, 0.4.0.0, 0.4.0.1 (info) |
|---|---|
| Change log | changelog.md |
| Dependencies | attoparsec (>=0.13.1.0), base (>=4.6 && <5), blaze-builder (>=0.3.0.0), bytestring (>=0.9.1), containers, fail (>=4.9 && <5), semigroups (>=0.16.2.2 && <0.19), template-haskell (>=2.9), th-lift (>=0.7.5 && <0.8), th-lift-instances (>=0.1.8) [details] |
| Tested with | ghc ==7.8.4, ghc ==7.10.1, ghc ==8.0.2, ghc ==8.2.1, ghc ==8.4.1 |
| License | BSD-3-Clause[multiple license files] |
| Copyright | Soostone Inc. |
| Author | Doug Beardsley, Michael Xavier |
| Maintainer | Michael Xavier <michael.xavier@soostone.com> |
| Uploaded | by MichaelXavier at 2025-04-10T16:35:16Z |
| Category | Web |
| Home page | https://github.com/Soostone/uri-bytestring |
| Bug tracker | https://github.com/Soostone/uri-bytestring/issues |
| Source repo | head: git clone git://github.com/Soostone/uri-bytestring.git |
| Distributions | Arch:0.3.3.1, Debian:0.3.2.2, Fedora:0.3.3.1, LTSHaskell:0.4.0.1, NixOS:0.4.0.1, Stackage:0.4.0.1 |
| Reverse Dependencies | 47 direct, 1255 indirect [details] |
| Downloads | 48281 total (204 in the last 30 days) |
| Rating | 2.25 (votes: 2) [estimated by Bayesian average] |
| Your Rating |
|
| Status | Docs available [build log] Last success reported on 2025-04-11 [all 1 reports] |
Readme for uri-bytestring-0.4.0.1
[back to package description]uri-bytestring
Haskell URI parsing as ByteStrings