From 27928fca4ffab788687b495d7ac4067b254513e7 Mon Sep 17 00:00:00 2001 From: Marcin Szamotulski Date: Mon, 27 Mar 2023 09:18:29 +0200 Subject: [PATCH] Version 0.1.4 --- CHANGELOG.md | 6 ++++++ nothunks.cabal | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59c3d02..3de91b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Revision history for nothunks +## 0.1.4 -- 2023-03-27 + +* Made cabal flags manual. +* Support ghc-9.2 to 9.6. +* `ThunkInfo` is a newtype. + ## 0.1.3 -- 2021-06-28 * Fix tests on ghc-9.0.1 diff --git a/nothunks.cabal b/nothunks.cabal index e73b782..829a3b7 100644 --- a/nothunks.cabal +++ b/nothunks.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: nothunks -version: 0.1.3 +version: 0.1.4 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