Path to this page:
./
devel/hs-bitvec,
Space-efficient bit vectors
Branch: CURRENT,
Version: 1.1.5.0nb2,
Package name: hs-bitvec-1.1.5.0nb2,
Maintainer: phoA newtype over Bool with a better Vector instance: 8x less memory,
up to 1000x faster.
Master sites:
Filesize: 39.137 KB
Version history: (Expand)
- (2024-05-09) Updated to version: hs-bitvec-1.1.5.0nb2
- (2023-11-02) Updated to version: hs-bitvec-1.1.5.0nb1
- (2023-10-29) Updated to version: hs-bitvec-1.1.5.0
- (2023-10-09) Updated to version: hs-bitvec-1.1.3.0nb2
- (2023-02-09) Updated to version: hs-bitvec-1.1.3.0nb1
- (2022-08-22) Package added to pkgsrc.se, version hs-bitvec-1.1.3.0 (created)
CVS history: (Expand)
2024-04-29 10:53:06 by Masatake Daimon | Files touched by this commit (1) |
Log message:
devel/hs-bitvec: Fix build with GHC 9.8
This breaks build with the currently default GHC 9.6. Please bear with me
until I switch the default compiler.
|
2023-11-02 07:37:49 by Masatake Daimon | Files touched by this commit (1141) |
Log message:
Revbump all Haskell after updating lang/ghc96
|
2023-10-29 11:07:00 by Masatake Daimon | Files touched by this commit (4) |
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.
|
2023-10-09 06:55:01 by Masatake Daimon | Files touched by this commit (988) |
Log message:
Bump Haskell packages after updating lang/ghc94
|
2022-08-22 12:06:14 by Thomas Klausner | Files touched by this commit (5) |
Log message:
devel/hs-bitvec: import hs-bitvec-1.1.3.0
A newtype over Bool with a better Vector instance: 8x less memory,
up to 1000x faster.
|