-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCHANGELOG
30 lines (29 loc) · 1.27 KB
/
CHANGELOG
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
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.