base64-bytestring-type

A newtype around ByteString, for base64 encoding

https://github.com/erikd/base64-bytestring-type#readme

Version on this page:1.0.1@rev:20
LTS Haskell 23.1:1.0.1@rev:21
Stackage Nightly 2024-12-09:1.0.1@rev:21
Latest on Hackage:1.0.1@rev:21

See all snapshots base64-bytestring-type appears in

BSD-3-Clause licensed by Oleg Grenrus
Maintained by Erik de Castro Lopo
This version can be pinned in stack with:base64-bytestring-type-1.0.1@sha256:6c0eb403a77de4663763d37fe0b216f337c870ee7d18f6d519afdb67ec61e07e,3256

Module documentation for 1.0.1

haskell-base64-bytestring-type

Build Status

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

Changes

1.0.1

Add serialise and http-api-data instances.