static-bytes

A Haskell library providing types representing 8, 16, 32, 64 or 128 bytes of data.

https://github.com/commercialhaskell/static-bytes#readme

LTS Haskell 23.1:0.1.1
Stackage Nightly 2024-12-22:0.1.1
Latest on Hackage:0.1.1

See all snapshots static-bytes appears in

BSD-3-Clause licensed by Michael Snoyman
Maintained by Mike Pilgrem
This version can be pinned in stack with:static-bytes-0.1.1@sha256:e090886a4752a816cfff7ccb2c51c533cc8e39ec2d27e485427577fc92d9e9f9,1627

Module documentation for 0.1.1

Used by 1 package in nightly-2024-11-22(full list with versions):

static-bytes

A Haskell library providing types representing 8, 16, 32, 64 or 128 bytes of data.

Changes

Changelog for static-bytes

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to the Haskell Package Versioning Policy.

0.1.1 - 2024-10-21

  • Ensure that the functionality on big-endian machine architectures is the same as that on little-endian machine architectures.

0.1.0 - 2023-07-07

  • Spin out module Pantry.Internal.StaticBytes from package pantry-0.8.3.