Binary package “libghc-hi-file-parser-prof” in ubuntu noble

Parser for GHC's hi files; profiling libraries

 This package provides data types and functions for parsing the binary `.hi`
 files produced by GHC. It supports multiple versions of GHC, so that
 tooling can:
 .
   * Support multiple versions of GHC
   * Avoid linking against the `ghc` library
   * Not need to use `ghc`'s textual dump file format.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling. See http://www.haskell.org/ for more information on Haskell.