From e87e30581a24f38ea074bb2b0190f98971bb46fa Mon Sep 17 00:00:00 2001 From: Marcin Szamotulski Date: Mon, 29 Jan 2024 16:25:44 +0100 Subject: [PATCH] Updated CHANGELOG --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad2786d..7e61e7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ ## 0.2.0 -- 2024-01-27 * Use `whereFrom` to get source information, which is avialable when the source - is compiled with `GHC-9.2` (or newer) and with `-finfo-table-map` (and even + is compiled with `GHC-9.4` (or newer) and with `-finfo-table-map` (and even more accurate when `-fdistinct-constructor-table` is passed). For that reason the `ThunkInfo` type has changed. * `NoThunks` instance for `Data.Tuple.Solo`.