- Fix build on
aarch64
.
- Breaking change: redesign
GcdDomain
andEuclidean
instances. - Add
instance Read
andinstance Real
. - Migrate from
integer-gmp
toghc-bignum
. - Remove
(^) -> (^%)
rewrite rule, it does not fire. - Plug loopholes to inhabit
Mod 0
. - Work around performance degradation on ARM.
- Work around an issue with
fromIntegral
in GHC 9.0.1.
- Support
integer-gmp-1.1
.
- Add
Storable
,Prim
andUnbox
instances.
- Add
Data.Mod.Word
.
- Initial release