bytestring-conversion: Type-classes to convert values to and from ByteString.

[ data, library, mpl ] [ Propose Tags ]

Defines the type-classes ToByteString and FromByteString to convert values to and from ByteString.


[Skip to Readme]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1, 0.1.1, 0.2, 0.2.1, 0.3.0, 0.3.1, 0.3.2
Change log CHANGELOG.txt
Dependencies attoparsec (>=0.10 && <1.0), base (>=4.5 && <5.0), blaze-textual (>=0.2 && <0.3), bytestring (>=0.10.4 && <1.0), case-insensitive (>=1.2 && <2.0), double-conversion (>=2.0 && <3.0), text (>=0.11 && <2.0) [details]
License MPL-2.0
Copyright (C) 2014-2015 Toralf Wittner
Author Toralf Wittner
Maintainer Toralf Wittner <tw@dtex.org>
Revised Revision 2 made by phadej at 2016-01-21T09:16:36Z
Category Data
Home page https://github.com/twittner/bytestring-conversion/
Bug tracker https://github.com/twittner/bytestring-conversion/issues
Source repo head: git clone git://github.com/twittner/bytestring-conversion.git
Uploaded by ToralfWittner at 2015-07-07T07:36:04Z
Distributions Debian:0.3.1, LTSHaskell:0.3.2, NixOS:0.3.2, Stackage:0.3.2
Reverse Dependencies 19 direct, 724 indirect [details]
Downloads 16356 total (44 in the last 30 days)
Rating 1.25 (votes: 2) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2015-07-07 [all 1 reports]

Readme for bytestring-conversion-0.3.1

[back to package description]

bytestring-conversion

Build Status

Type-classes to convert values to and from ByteString.