ghc-debug-stub: Functions for instrumenting your application so the heap can be analysed with ghc-debug-common.
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
Warnings:
- The 'synopsis' field is rather long (max 80 chars is recommended).
- The 'description' field should be longer than the 'synopsis' field. It's useful to provide an informative 'description' to allow Haskell programmers who have never heard about your package to understand the purpose of your package. The 'description' field content is typically shown by tooling (e.g. 'cabal info', Haddock, Hackage) below the 'synopsis' which serves as a headline. Please refer to <https://cabal.readthedocs.io/en/stable/cabal-package.html#package-properties> for more details.
- 'cxx-options: -O[n]' is generally not needed. When building with optimisations Cabal automatically adds '-O2' for C++ code. Setting it yourself interferes with the --disable-optimization flag.
Functions for instrumenting your application so the heap can be analysed with ghc-debug-common.
Properties
Versions | 0.1.0.0, 0.2.0.0, 0.2.1.0, 0.3.0.0, 0.4.0.0, 0.4.0.0, 0.5.0.0, 0.6.0.0 |
---|---|
Change log | CHANGELOG.md |
Dependencies | base (>=4.16 && <5), directory (>=1.3 && <1.4), filepath (>=1.4 && <1.5), ghc-debug-convention (==0.4.0.0), ghc-prim (>=0.8 && <0.10) [details] |
License | BSD-3-Clause |
Copyright | (c) 2019-2021 Ben Gamari, Matthew Pickering |
Author | Ben Gamari, Matthew Pickering |
Maintainer | matthewtpickering@gmail.com |
Category | Development |
Home page | https://gitlab.haskell.org/ghc/ghc-debug |
Uploaded | by mpickering at 2023-06-06T10:34:53Z |
Modules
[Index] [Quick Jump]
- GHC
- Debug
Flags
Manual Flags
Name | Description | Default |
---|---|---|
trace | Enable tracing | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- ghc-debug-stub-0.4.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees