2024-05-09 03:32:57 by Masatake Daimon | Files touched by this commit (1137) |
Log message: Recursive revbump after changing the default Haskell compiler |
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. |