Skip to content

Commit 6d71e45

Browse files
committed
update CHANGELOG.md for missing changes from 5.2.1, and new changes from 5.2.2
1 parent e1357ef commit 6d71e45

1 file changed

Lines changed: 21 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
## 5.2.1
2+
## 5.2.2
33

44
* Handle `splitmix >= 0.1.3.2` no longer having a `testu01` test suite.
55
Starting in splitmix-0.1.3.2, the testu01 test suite was removed and moved
@@ -10,6 +10,26 @@
1010
of QuickCheck that is not in Stackage LTS-24.
1111
[#72](https://github.com/cdepillabout/stacklock2nix/pull/72)
1212

13+
## 5.2.1
14+
15+
* Mark several additional packages as `dontCheck` in `suggestedOverlay` due to
16+
circular dependencies in their test suites:
17+
18+
- `call-stack`
19+
- `optparse-applicative`
20+
- `prettyprinter-ansi-terminal`
21+
- `tasty`
22+
- `temporary`
23+
24+
[#69](https://github.com/cdepillabout/stacklock2nix/pull/69)
25+
26+
* Change `regex-tdfa` to fully disable tests (previously only ran a subset).
27+
[#69](https://github.com/cdepillabout/stacklock2nix/pull/69)
28+
29+
* Fix `test-framework` to only require the `libxml` system dependency for
30+
versions before 0.8.2.2. Newer versions no longer need this dependency.
31+
[#69](https://github.com/cdepillabout/stacklock2nix/pull/69)
32+
1333
## 5.2.0
1434

1535
* Adds `all-cabal-nixes` argument to stacklock2nix. This gives an

0 commit comments

Comments
 (0)