- Add Int256 type contributed by Dmitry Kovalev.
- Fixed 32 bit support and CI from Bodgrim.
- Fix inclusion of MachDeps.h C header file from Bodgrim.
- Reintroduce Data instances that were incorrectly removed in 0.1.8.0.
- Fix bug in Word256 implementions (minus).
- Add property tests for Word256.
- Publish a new version removing an
ifconditional from the cabal file. - Update
tested-withversions in cabal file.
- Improvements to compare128 for Int128.
- Fixes for shifting/rotating by negative values.
- Add Binary instances for Int128, Word128 and Word256.
- Add support for building on 32 bit architectures with ghc-9.2 or later.
- Add Hashable instances for Int128, Word128, and Word256.
- Add Hashable instances for Int128, Word128, and Word256.
- Derive Generic for Int128, Word128 and Word256.
- Fix Bits.isSigned instance for Int128.
- Make
sizeOfandalignmentmethods ofWord256PrimandStorableinstances agree.
- Add
Word256.
- Fix
Priminstance forInt128
- Improve implementation of succ/pred.
- Add tests for typeclass laws.
- Add Prim instances for Int128 and Word128.
- Fix/re-instate rewite rules.
- Switch to Hedgehog for testing.
- Make it build with ghc 8.2.
- Add NFData instances for Word128 and Int128.
- Int128: Fix flakey rewrite rules.
- First version. Released on an unsuspecting world.