bytestring-from: A type-class to convert values from ByteString.

[ data, deprecated, library ] [ Propose Tags ]
Deprecated in favor of bytestring-conversion

Defines the type-class FromByteString to convert values 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
Dependencies attoparsec (>=0.10), base (>=4 && <5), bytestring (>=0.9), text (>=0.11) [details]
License LicenseRef-OtherLicense
Copyright (c) 2014 Toralf Wittner
Author Toralf Wittner
Maintainer Toralf Wittner <tw@dtex.org>
Revised Revision 1 made by ToralfWittner at 2016-01-26T19:29:38Z
Category Data
Source repo head: git clone git@gitlab.com:twittner/bytestring-from.git
Uploaded by ToralfWittner at 2014-05-23T21:55:51Z
Distributions NixOS:0.3
Reverse Dependencies 3 direct, 0 indirect [details]
Downloads 4812 total (17 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Successful builds reported [all 1 reports]

Readme for bytestring-from-0.3

[back to package description]

bytestring-from

A type-class to convert values from ByteString.