haskell-debugger-view: Custom debug visualization instances for @haskell-debugger@
This package provides a class to implement custom debug visualization
instances for user-defined datatypes, which will be discovered and used by
haskell-debugger when debugging a program. Additionally, it provides a
handful of built-in custom visualizations, such as for String and IntMap.
The custom debug visualizations are displayed in the editor when inspecting
a variable or evaluation result. The class is the class for
which an instance must be provided, and allows one to customize what is
displayed inline and what fields are available when expanding it.
See the haddocks of DebugView for further information.GHC.Debugger.View.Class
Modules
[Index] [Quick Jump]
Downloads
- haskell-debugger-view-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
| Versions [RSS] | 0.1.0.0 |
|---|---|
| Change log | CHANGELOG.md |
| Dependencies | base (>=4.22 && <5), bytestring (>=0.12.1 && <0.13), containers (>=0.7 && <0.9), text (>=2.1 && <2.3) [details] |
| License | BSD-3-Clause |
| Author | Matthew Pickering, Rodrigo Mesquita |
| Maintainer | matthewtpickering@gmail.com, rodrigo@well-typed.com |
| Category | Development |
| Uploaded | by romes at 2025-11-18T16:07:00Z |
| Distributions | |
| Reverse Dependencies | 1 direct, 0 indirect [details] |
| Downloads | 2 total (2 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating | |
| Status | Docs uploaded by user Build status unknown [no reports yet] |