base64-bytestring-type: A newtype around ByteString, for base64 encoding

[ bsd3, data, library ] [ Propose Tags ]

A newtype around ByteString, for base64 encoding. Strict and lazy, normal and url alphabet variants.


[Skip to Readme]

Flags

Manual Flags

NameDescriptionDefault
cereal

Instances for Serialize from cereal package

Enabled
serialise

Instances for Serialise from serialise package

Enabled
http-api-data

Instances for To/FromHttpApiData from http-api-data package

Enabled

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

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] 1, 1.0.1
Change log CHANGELOG.md
Dependencies aeson (>=1.2.3.0 && <1.6 || >=2.0 && <2.3), base (>=4.7.0.0 && <4.20), base-compat (>=0.9.3 && <0.14), base64-bytestring (>=1.0.0.1 && <1.3), binary (>=0.7.1.0 && <0.10), bytestring (>=0.10.4.0 && <0.13), cereal (>=0.5.5.0 && <0.6), deepseq (>=1.3.0.2 && <1.6), hashable (>=1.2.6.1 && <1.5), http-api-data (>=0.4 && <0.7), QuickCheck (>=2.11.3 && <2.15), semigroups (>=0.18.5 && <0.21), serialise (>=0.2.1.0 && <0.3), text (>=1.2.3.0 && <1.3 || >=2.0 && <2.2) [details]
License BSD-3-Clause
Author Oleg Grenrus <oleg.grenrus@iki.fi>
Maintainer Oleg Grenrus <oleg.grenrus@iki.fi>
Revised Revision 19 made by phadej at 2023-11-24T14:23:36Z
Category Data
Home page https://github.com/phadej/base64-bytestring-type#readme
Bug tracker https://github.com/phadej/base64-bytestring-type/issues
Source repo head: git clone https://github.com/futurice/haskell-base64-bytestring-type
Uploaded by phadej at 2019-03-27T23:34:39Z
Distributions LTSHaskell:1.0.1, NixOS:1.0.1, Stackage:1.0.1
Reverse Dependencies 5 direct, 2 indirect [details]
Downloads 14166 total (133 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2019-03-27 [all 1 reports]

Readme for base64-bytestring-type-1.0.1

[back to package description]

haskell-base64-bytestring-type

Build Status

A 'ByteString64' -type with FromJSON, ToJSON, Binary and Serializable instances.