Commit graph

13 commits

Author SHA1 Message Date
Andrew Martin
a5cdbf965f Release 0.3.16.0 with Avro module and a few minor additions 2024-01-29 17:08:31 -05:00
Andrew Martin
2a6f03725f Add VLQ builders for Word32 and Word64 2023-04-17 12:01:30 -04:00
Matt Parsons
214e655199
Support GHC 9.4 (#29) 2022-12-01 11:20:27 -05:00
Andrew Martin
5fb3bdbeaa Inline pragmas for better LEB encoding perf 2022-04-11 15:49:02 -04:00
Andrew Martin
dde5a9b07d
Support ghc 9.2 and 9.0
Bump upper bound on base. This continues to support GHC 8.10.7.

Co-authored-by: Ollie Charles <ollie@ocharles.org.uk>
2022-04-08 10:43:40 -04:00
Eric Demko
f5709a8cd2 finish out LEB for 32-bit and signed 32/64 2022-01-24 14:36:21 -05:00
Andrew Martin
e4ecf54aba Add runByteString for bounded builders 2020-12-18 13:26:26 -05:00
Andrew Martin
57e2c7b777 Fix doubleDec 2020-12-18 13:03:04 -05:00
Andrew Martin
0c1b4da583 Add ascii7 and ascii8 2020-10-26 12:30:55 -04:00
Andrew Martin
6098f9bd91 Improve compatibility with primitive again 2020-06-12 15:47:13 -04:00
Andrew Martin
18269df9bb Ensure compat with primitive-0.7.1.0 2020-06-12 15:44:13 -04:00
Andrew Martin
d39c76a65a Add wordLEB128, word64LEB128, integerDec, naturalDec, and word48PaddedLowerHex 2020-04-13 11:29:38 -04:00
Andrew Martin
1908d53a14 Rename library to bytebuild. Use Data.Bytes namespace. 2020-02-27 14:00:35 -05:00
Renamed from src/Data/ByteArray/Builder/Bounded.hs (Browse further)