-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathCHANGELOG
More file actions
41 lines (40 loc) · 1.89 KB
/
CHANGELOG
File metadata and controls
41 lines (40 loc) · 1.89 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
0.2.0.15 (2026-02-28):
- Added `Tested-With: GHC == 9.12, 9.14` (didn't actually need to
nudge the upper bound on 'base', because it's already lenient)
- Silenced warnings on GHC 9.10 about importing 'Data.List'
- TODO: still need to silence the following warnings:
- 'Math.Combinatorics.Exact.Binomial.choose': GHC 9.14 deprecated
multiple SPECIALIZE pragmas (and will remove them in 9.18)
- 'Math.Combinatorics.Exact.Primes.primes': GHC 9.10 warns
about using 'head' and 'tail'; so we need to rephrase the
@seive@ function to avoid them while retaining the necessary
laziness.
0.2.0.14 (2024-08-29):
- Added `Tested-With: GHC == 9.8, 9.10` (didn't actually need to
nudge the upper bound on 'base', because it's already lenient)
0.2.0.13 (2023-03-19):
- Added `Tested-With: GHC == 9.6.1` (didn't actually need to
nudge the upper bound on 'base', because it's already lenient)
0.2.0.12 (2022-08-28):
- Added `Tested-With: GHC == 9.4.1` (didn't actually need to
nudge the upper bound on 'base', because it's already lenient)
0.2.0.11 (2021-11-02):
- Added `Tested-With: GHC == 9.2.1` (didn't actually need to
nudge the upper bound on 'base', because it's already lenient)
0.2.0.10 (2021-10-16):
- Changed from TravisCI to GithubActions
0.2.0.9 (2019-04-13):
- Changed cabal to use Simple build type, to support cabal's new-build.
- Removed the CPP hack for Haddock documentation, as part
of switching to the Simple build type.
- Using BangPatterns in lieu of the old seq-undefined-guard trick.
- Added TravisCI integration
0.2.0.8 (2015-05-30):
- Moved VERSION to CHANGELOG
0.2.0.4 (2012-09-26):
- Math.Combinatorics.Exact.Binomial: added OEIS link
0.2.0 (2012-02-02):
- renamed to exact-combinatorics.
- moved Math.Combinatorics.* to Math.Combinatorics.Exact.*
0.1.0 (2011-12-04):
- init.