{
  "$type": "site.standard.document",
  "bskyPostRef": {
    "cid": "bafyreibwg4rqhd2llx7pmhhjhn4ldvcr7xqvewo3q5gae5urix5kfrje4a",
    "uri": "at://did:plc:pi6woz4d47bkuws673w2il2r/app.bsky.feed.post/3mknv722nzou2"
  },
  "path": "/t/cabal-finfo-table-map-not-working-ghc-9-10-3/13999#post_1",
  "publishedAt": "2026-04-29T18:35:48.000Z",
  "site": "https://discourse.haskell.org",
  "tags": [
    "this"
  ],
  "textContent": "Cabal 3.16.0.0\n\nI’m trying to profile some code a la this and this I can’t seem to get the table map info to show on the detailed page of `eventlog2html`?\n\nIn my cabal file for the game-engine-profile executable I have:\n\n\n        ghc-options:\n            -O2\n            -threaded\n            -prof\n            \"-with-rtsopts= -hi -pj -l\"\n\n        ghc-prof-options:\n            -finfo-table-map\n            -fdistinct-constructor-tables\n\n\nI’ve also tried running it with:\n\n`cabal run exe:game-engine-profile -O2 -finfo-table-map` and `cabal run exe:game-engine-profile -O2 -- [rtsopts] -finfo-table-map` to no avail.\n\nWhat am I missing? Thanks in advance.",
  "title": "Cabal -finfo-table-map not working? GHC 9.10.3"
}