Skip to content

Commit

Permalink
bump version 0.2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
coot committed Feb 6, 2024
1 parent a50b30b commit 38c2d0e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# Revision history for nothunks

## 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

* Use `whereFrom` to get source information, which is avialable when the source
is compiled with `GHC-9.4` (or newer) and with `-finfo-table-map` (and even
is compiled with `GHC-9.6` (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`.
Expand Down
2 changes: 1 addition & 1 deletion nothunks.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: nothunks
version: 0.2.0
version: 0.2.1.0
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
Expand Down

0 comments on commit 38c2d0e

Please sign in to comment.