387d4c9137
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-bitvec?expand=0&rev=12
48 lines
1.6 KiB
Plaintext
48 lines
1.6 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sun Dec 15 19:56:01 UTC 2024 - Peter Simons <psimons@suse.com>
|
|
|
|
- Update bitvec to version 1.1.5.0 revision 2.
|
|
Upstream has revised the Cabal build instructions on Hackage.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 8 21:08:37 UTC 2024 - Peter Simons <psimons@suse.com>
|
|
|
|
- Update bitvec to version 1.1.5.0 revision 1.
|
|
Upstream has revised the Cabal build instructions on Hackage.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 15 20:29:27 UTC 2023 - Peter Simons <psimons@suse.com>
|
|
|
|
- Update bitvec to version 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.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 30 17:05:59 UTC 2023 - Peter Simons <psimons@suse.com>
|
|
|
|
- Updated spec file to conform with ghc-rpm-macros-2.5.2.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 20 22:35:27 UTC 2023 - Peter Simons <psimons@suse.com>
|
|
|
|
- Update bitvec to version 1.1.4.0.
|
|
# 1.1.4.0
|
|
|
|
* Include `Data.Bit.Gmp` only if `libgmp` flag is set.
|
|
* Tweak inlining pragmas to inline less aggressively.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jun 19 21:30:49 UTC 2022 - Peter Simons <psimons@suse.com>
|
|
|
|
- Add bitvec at version 1.1.3.0.
|
|
|