II.
Library JSON
Structured · livelibrary:cabal-lib
Cabal json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:cabal-lib",
"_kind": "Library",
"_file": "domain/libraries/libraries-haskell-go-rust-extra.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Cabal",
"belongsToLanguageId": "language:haskell",
"category": "other",
"description": "Official Haskell build system and package format — defines package\nmetadata in .cabal files, manages dependencies via Hackage, and provides\nthe cabal-install CLI for building, testing, and publishing packages.\n"
},
"outgoingEdges": [
{
"from": "library:cabal-lib",
"to": "language:haskell",
"kind": "belongs_to_language"
},
{
"from": "library:cabal-lib",
"to": "skill-area:cli-tooling",
"kind": "library_used_by",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "library:stack-lib",
"to": "library:cabal-lib",
"kind": "alternative_to"
}
]
}