uri-bytestring: Haskell URI parsing as ByteStrings

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Warnings:

uri-bytestring aims to be an RFC3986 compliant URI parser that uses efficient ByteStrings for parsing and representing the URI data.


[Skip to Readme]

Properties

Versions 0.0.1, 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
Change log changelog.md
Dependencies attoparsec (>=0.10 && <0.13), base (>=4.6 && <4.8), bytestring (>=0.10.2.0 && <0.11) [details]
License BSD-3-Clause[multiple license files]
Copyright Soostone Inc.
Author Doug Beardsley, Michael Xavier
Maintainer Michael Xavier <michael.xavier@soostone.com>
Category Web
Home page https://travis-ci.org/Soostone/uri-bytestring
Bug tracker https://travis-ci.org/Soostone/uri-bytestring/issues
Source repo head: git clone git://github.com/Soostone/uri-bytestring.git
Uploaded by MichaelXavier at 2015-03-23T19:17:17Z

Modules

[Index]

Flags

Manual Flags

NameDescriptionDefault
lib-werrorDisabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for uri-bytestring-0.0.1

[back to package description]

uri-bytestring

Build Status

Haskell URI parsing as ByteStrings