Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
ghc-debug
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Teo Camarasu
ghc-debug
Commits
aa56d24f
Commit
aa56d24f
authored
4 years ago
by
Matthew Pickering
Browse files
Options
Downloads
Patches
Plain Diff
Update descriptions
parent
4217cd32
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
client/ghc-debug-client.cabal
+4
-2
4 additions, 2 deletions
client/ghc-debug-client.cabal
common/ghc-debug-common.cabal
+4
-2
4 additions, 2 deletions
common/ghc-debug-common.cabal
stub/ghc-debug-stub.cabal
+4
-2
4 additions, 2 deletions
stub/ghc-debug-stub.cabal
with
12 additions
and
6 deletions
client/ghc-debug-client.cabal
+
4
−
2
View file @
aa56d24f
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
...
...
This diff is collapsed.
Click to expand it.
common/ghc-debug-common.cabal
+
4
−
2
View file @
aa56d24f
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
...
...
This diff is collapsed.
Click to expand it.
stub/ghc-debug-stub.cabal
+
4
−
2
View file @
aa56d24f
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment