summaryrefslogtreecommitdiff
path: root/converters/hs-base16-bytestring
AgeCommit message (Collapse)AuthorFilesLines
2022-02-26Bump all Haskell packages after enabling "split sections" in mk/haskell.mkpho2-4/+4
2022-02-12revbump after changing the default Haskell compilerpho2-3/+4
2022-02-11Update to base16-bytestring-1.0.2.0pho3-9/+8
1.0.2.0 Support sized primitive types in GHC 9.2 (#16 - thanks Bodigrim!)
2022-01-18Bump packages that depends on GHCpho2-4/+4
2021-10-26converters: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes
2021-10-07converters: Remove SHA1 hashes for distfilesnia1-2/+1
2021-05-03*: Bump PKGREVISION for ghc-9.0.1pho2-3/+4
2021-04-23Update to base16-bytestring-1.0.1.0pho4-32/+35
1.0.1.0 * Backwards-compatible support for bytestring ^>= 0.11 (#15) 1.0.0.0 * Merged omnibus PR doing a variety of things in (#10): - Improves performance by 3-4x for encode, 4-5x for decode. - The decode signature returning the tuple and actually returns an error message with offset. The signature will now be ByteString -> Either String ByteString. - Actually tests using the test vectors defined in the RFC, and uses property tests to ensure invariants hold. - Adds lenient decoders to the API - Adds -XTrustworthy annotations to the relevant exposed modules - Rewrites the haddocks to be more up to date and fancy-styled. - Adds benchmarks to the .cabal file so they can be run at toplevel, and make them better. - Bumps the Cabal version to 1.12 Because of the breadth of this change, we are calling this a new epoch for the base16-bytestring library. Hence, the version 1.0.0.0. 0.1.1.7 - Fix some bugs in lazy decoding (#8).
2020-05-11hs-*: add PLIST filesrillig1-0/+23
These PLIST files have been autogenerated by mk/haskell.mk using HS_UPDATE_PLIST=yes during a bulk build. They will help to track changes to the packages. The Haskell packages didn't have PLIST files because their paths contained package hashes. These hashes are now determined by mk/haskell.mk, which makes it easy to generate easy to read PLIST files.
2020-01-15Import base16-bytestring-0.1.1.6pho4-0/+31
Fast and efficient encoding and decoding of base16-encoded strings.