Subject: CVS commit: pkgsrc/converters/hs-base16-bytestring
From: Masatake Daimon
Date: 2021-04-23 10:59:49
Message id: 20210423085949.C7628FA95@cvs.NetBSD.org

Log Message:
Update to base16-bytestring-1.0.1.0

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).

Files:
RevisionActionfile
1.2modifypkgsrc/converters/hs-base16-bytestring/Makefile
1.2modifypkgsrc/converters/hs-base16-bytestring/PLIST
1.2modifypkgsrc/converters/hs-base16-bytestring/buildlink3.mk
1.2modifypkgsrc/converters/hs-base16-bytestring/distinfo