ghc-stack-annotations: RTS Callstack annotation library
A compatibility library for the RTS Callstack annotations introduced in GHC 9.14.
.
Allows you to use the stack annotations without having to worry about older GHC versions.
As stack annotations rely on the newly introduced AnnFrame stack frame type, this library
is operationally a NO-OP for GHC versions below 9.14.
.
For GHC <9.14, this library exposes an API identical to GHC.Stack.Annotation.Experimental including
data types and type classes for writing StackAnnotation instances, without worrying about backwards
compatibility.
For GHC >=9.14, this library re-exports the API of GHC.Stack.Annotation.Experimental.
[Skip to Readme]
Downloads
- ghc-stack-annotations-0.1.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
| Versions [RSS] | 0.1.0.0 |
|---|---|
| Change log | CHANGELOG.md |
| Dependencies | base (>=4.19.1 && <5), ghc-experimental (>=9.1400.0 && <10), ghc-internal (>=9.1400 && <10) [details] |
| Tested with | ghc ==9.14 || ==9.12 || ==9.10 || ==9.8 |
| License | BSD-3-Clause |
| Author | Hannes Siebenhandl, Matthew Pickering |
| Maintainer | hannes@well-typed.com |
| Category | development, BSD |
| Source repo | head: git clone https://github.com/well-typed/ghc-stack-annotations |
| Uploaded | by fendor at 2025-12-09T10:52:02Z |
| Distributions | |
| Downloads | 4 total (4 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating | |
| Status | Docs available [build log] Last success reported on 2025-12-09 [all 1 reports] |