name: ghc-heap
version: 8.6.3
id: ghc-heap-8.6.3
key: ghc-heap-8.6.3
license: BSD-3-Clause
maintainer: libraries@haskell.org
synopsis: Functions for walking GHC's heap
description:
    This package provides functions for walking the GHC heap data structures
    and retrieving information about those data structures.
category: GHC
abi: inplace
exposed: True
exposed-modules:
    GHC.Exts.Heap GHC.Exts.Heap.ClosureTypes GHC.Exts.Heap.Closures
    GHC.Exts.Heap.Constants GHC.Exts.Heap.InfoTable
    GHC.Exts.Heap.InfoTable.Types GHC.Exts.Heap.InfoTableProf
    GHC.Exts.Heap.Utils
import-dirs: /opt/exp/ghc/ghc-8.6/libraries/ghc-heap/dist-boot/build
library-dirs: /opt/exp/ghc/ghc-8.6/libraries/ghc-heap/dist-boot/build
dynamic-library-dirs: /opt/exp/ghc/ghc-8.6/libraries/ghc-heap/dist-boot/build
data-dir: /opt/exp/ghc/ghc-8.6/libraries/ghc-heap
hs-libraries: HSghc-heap-8.6.3
depends:
    base-4.11.1.0 ghc-prim-0.5.2.0 rts
haddock-interfaces: /opt/exp/ghc/ghc-8.6/libraries/ghc-heap/dist-boot/doc/html/ghc-heap/ghc-heap.haddock

