Path to this page:
Subject: CVS commit: pkgsrc/devel/hs-bitvec
From: Masatake Daimon
Date: 2023-10-29 11:07:00
Message id: 20231029100700.8CC6EFADC@cvs.NetBSD.org
Log Message:
devel/hs-bitvec: Update to 1.1.5.0
1.1.5.0
* Make zipBits unconditionally strict in its second bit vector argument
(thanks to @treeowl).
* Add simd flag (enabled by default) to use a C SIMD implementation for
zipBits, invertBits, countBits, bitIndex, nthBitIndex, selectBits,
excludeBits, reverseBits (thanks to @konsumlamm).
* Decomission libgmp flag.
1.1.4.0
* Include Data.Bit.Gmp only if libgmp flag is set.
* Tweak inlining pragmas to inline less aggressively.
Files: