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

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

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


[Skip to Readme]

Properties

Versions 1, 1.0.1, 1.0.1
Change log CHANGELOG.md
Dependencies aeson (>=1.2.3.0 && <1.5), base (>=4.7.0.0 && <4.13), base-compat (>=0.9.3 && <0.11), base64-bytestring (>=1.0.0.1 && <1.1), binary (>=0.7.1.0 && <0.10), bytestring (>=0.10.4.0 && <0.11), cereal (>=0.5.5.0 && <0.6), deepseq (>=1.3.0.2 && <1.5), hashable (>=1.2.6.1 && <1.3), http-api-data (>=0.4 && <0.5), QuickCheck (>=2.11.3 && <2.14), semigroups (>=0.18.5 && <0.19), serialise (>=0.2.1.0 && <0.3), 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>
Category Data
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 2019-03-27T23:33:52Z

Modules

[Index] [Quick Jump]

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

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


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.