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