Skip to content
Snippets Groups Projects
Commit aa56d24f authored by Matthew Pickering's avatar Matthew Pickering
Browse files

Update descriptions

parent 4217cd32
No related branches found
No related tags found
No related merge requests found
cabal-version: 3.0
name: ghc-debug-client
version: 0.1.0.0
-- synopsis:
-- description:
synopsis: Useful functions for writing heap analysis tools which use
ghc-debug.
description: Useful functions for writing heap analysis tools which use
ghc-debug.
homepage: https://gitlab.haskell.org/ghc/ghc-debug
license: BSD-3-Clause
license-file: LICENSE
......
cabal-version: 3.0
name: ghc-debug-common
version: 0.1.0.0
synopsis: A debugger for GHC
-- description:
synopsis: Connect to a socket created by ghc-debug-stub and analyse
the heap of the debuggee program.
description: Connect to a socket created by ghc-debug-stub and analyse
the heap of the debuggee program.
homepage: https://gitlab.haskell.org/ghc/ghc-debug
license: BSD-3-Clause
license-file: LICENSE
......
cabal-version: 2.4
name: ghc-debug-stub
version: 0.1.0.0
-- synopsis:
-- description:
synopsis: Functions for instrumenting your application so the heap
can be analysed with ghc-debug-common.
description: Functions for instrumenting your application so the heap can
be analysed with ghc-debug-common.
homepage: https://gitlab.haskell.org/ghc/ghc-debug
license: BSD-3-Clause
license-file: LICENSE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment