From 247239b761391e2d77aa5da0be296d714012bab5 Mon Sep 17 00:00:00 2001 From: Marcin Szamotulski Date: Mon, 29 Jul 2024 07:53:22 +0200 Subject: [PATCH] nothunks-0.2.1.1 --- CHANGELOG.md | 5 +++++ nothunks.cabal | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29d8c94..b540d30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ ## 0.2.1.0 -- 2024-02-06 +* Exported `mkThunkInfo`. +* Test support of `ghc-9.10`. + +## 0.2.1.0 -- 2024-02-06 + * Support `wherefrom` with `GHC-9.2` or newer. (Teo Camarasu, [#49](https://github.com/input-output-hk/nothunks/pull/49)) ## 0.2.0 -- 2024-01-27 diff --git a/nothunks.cabal b/nothunks.cabal index eeda856..da924c6 100644 --- a/nothunks.cabal +++ b/nothunks.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: nothunks -version: 0.2.1.0 +version: 0.2.1.1 synopsis: Examine values for unexpected thunks description: Long lived application data typically should not contain any thunks. This library can be used to examine values for