BSD-3-Clause licensed by Doug Beardsley, Michael Xavier
Maintained by Michael Xavier
This version can be pinned in stack with:uri-bytestring-0.1.7@sha256:1969bde6b2c84cf3f5d2a9badae7d9ce2fa5c56b150b81e65a9c2cd823be25da,2217

Module documentation for 0.1.7

Used by 1 package in nightly-2015-08-31(full list with versions):

uri-bytestring

Build Status Hackage

Haskell URI parsing as ByteStrings

Contributors

Changes

0.1.7

  • Add bytestring serialization functions. This is a common use case and exporting these prevents the user from directly depending on blaze-builder and re-implementing these functions in every application.

0.1.6

  • Add Ord instances

0.1.5

  • Fix serialization bug where userinfo was not including the @ separator.

0.1.4

  • Bump attoparsec bounds

0.1.3

  • Include test modules in distribution

0.1.2

  • Add support for GHC 7.10

0.1.1

  • Switch to blaze-bytestring for less contentious dependencies

0.1

  • Add generic lenses (breaking field name changes).
  • Add support for relative refs.
  • Make Query instance of Generic, Typeable.

0.0.1

  • Initial release.