Skip to content

Commit 9c0a8b5

Browse files
committed
Version 0.3.1
1 parent 682e6ca commit 9c0a8b5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Revision history for nothunks
22

3+
## 0.3.1 -- 2025-01-06
4+
5+
* Make it build with ghc-9.12.
6+
37
## 0.3.0 -- 2024-08-13
48

59
* Include _both_ `Context` _and_ `Info` in `ThunkInfo` (#54)

nothunks.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
name: nothunks
3-
version: 0.3.0.0
3+
version: 0.3.1
44
synopsis: Examine values for unexpected thunks
55
description: Long lived application data typically should not contain
66
any thunks. This library can be used to examine values for

0 commit comments

Comments
 (0)