- fix
toEnum
to work whenp
is beyond Int'smaxBound
.
- use
tasty
instead oftest-framework
for testing - add
UseGHCTypeLits
flag to switch to use GHC's type-level natural numbers instead oftype-level-numbers
package
- remove dependency on
algebra
package, since it is outdated and not compatible with recent version of other packages
- use extended GCD to compute reciprocals
- conform with the addition of SomeNat type to type-level-numbers-0.1.1.0.
- add Hashable instance
- add allValues to FiniteField class . 0.5.0
- introduce FiniteField class