Release | Date | Tag |
---|---|---|
Initial Release | 2024-12-23 | 0.1.0.2 |
- Made project REUSE compliant (https://reuse.software) with respect to copyright and licensing.
- Supported GHC versions are now: 8.10, 9.0, 9.2, 9.4, 9.6, 9.8, 9.10, and 9.12.
Release | Date | Tag |
---|---|---|
Initial Release | 2023-08-24 | 0.1.0.1 |
Revision 1 | 2023-09-11 | 0.1.0.1-rev1 |
- Supported GHC versions are now: 8.10, 9.0, 9.2, 9.4, and 9.6.
- Support for GHC 8.4, 8.6 and 8.8 is dropped.
Release | Date | Tag |
---|---|---|
Initial Release | 2022-01-07 | 0.1.0.0 |
Math.NumberTheory.Prime.Count.FFI
, with FFI bindings to all functions from theprimecount
library.Math.NumberTheory.Prime.Count
, with high-level wrappers (primePi
,nthPrime
, andprimePhi
) around the functions inMath.NumberTheory.Prime.Count.FFI
.- Test coverage of
primePi
,nthPrime
, andprimePhi
withtasty-hunit
. - Benchmarks of
primePi
,nthPrime
, andprimePhi
withtasty-bench
. - Full Haddock documentation coverage.
- Support for GHC 8.4, 8.6, 8.8, 8.10, 9.0, and 9.2.