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]

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
Dependencies aeson (>=1.2.3.0 && <1.5), base (>=4.5.1.0 && <4.13), base-compat (>=0.9.3 && <0.11), base64-bytestring (>=1.0.0.1 && <1.1), binary (>=0.5.1.0 && <0.10), bytestring (>=0.9.2.1 && <0.11), cereal (>=0.5.5.0 && <0.6), deepseq (>=1.3.0.0 && <1.5), ghc-prim, hashable (>=1.2.6.1 && <1.3), QuickCheck (>=2.11.3 && <2.13), semigroups (>=0.18.4 && <0.19), text (>=1.2.3.0 && <1.3) [details]
License BSD-3-Clause
Author Oleg Grenrus <oleg.grenrus@iki.fi>
Maintainer Oleg Grenrus <oleg.grenrus@iki.fi>
Revised Revision 4 made by phadej at 2018-09-24T13:30:31Z
Category Web
Home page https://github.com/futurice/haskell-base64-bytestring-type#readme
Bug tracker https://github.com/futurice/haskell-base64-bytestring-type/issues
Source repo head: git clone https://github.com/futurice/haskell-base64-bytestring-type
Uploaded by phadej at 2018-02-12T18:59:24Z
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 2018-02-12 [all 1 reports]

Readme for base64-bytestring-type-1

[back to package description]

haskell-base64-bytestring-type

Build Status

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