We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 682e6ca commit 9c0a8b5Copy full SHA for 9c0a8b5
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Revision history for nothunks
2
3
+## 0.3.1 -- 2025-01-06
4
+
5
+* Make it build with ghc-9.12.
6
7
## 0.3.0 -- 2024-08-13
8
9
* Include _both_ `Context` _and_ `Info` in `ThunkInfo` (#54)
nothunks.cabal
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: nothunks
-version: 0.3.0.0
+version: 0.3.1
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
0 commit comments