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 textual ByteString encodings.


[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.2 && <1.0), case-insensitive (>=1.2 && <2.0), double-conversion (>=2.0 && <3.0), text (>=0.11 && <2.2) [details]
License MPL-2.0
Copyright (C) 2014-2015 Toralf Wittner
Author Toralf Wittner
Maintainer Toralf Wittner <tw@dtex.org>
Revised Revision 1 made by Bodigrim at 2023-09-08T20:28:43Z
Category Data
Home page https://gitlab.com/twittner/bytestring-conversion
Bug tracker https://gitlab.com/twittner/bytestring-conversion/issues
Source repo head: git clone git@gitlab.com:twittner/bytestring-conversion.git
Uploaded by romanb at 2022-05-15T11:55:09Z
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 2022-05-15 [all 1 reports]

Readme for bytestring-conversion-0.3.2

[back to package description]

bytestring-conversion

Type-classes to convert values to and from textual ByteString encodings.