Skip to content

Commit

Permalink
Version 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
coot committed Mar 30, 2023
1 parent 331c252 commit 0ce17f2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.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
Expand Down

0 comments on commit 0ce17f2

Please sign in to comment.