Name: ghc-heap-view Version: 0.1 Synopsis: Extract the heap representation of Haskell values and thunks Description: This library provides functions to introspect the Haskell heap, for example to investigate sharing and lazy eavaluation. . It has been inspired by (and taken code from) the vacuum package and the GHCi debugger, but also allows to investiage thunks and other closures. License: BSD3 License-file: LICENSE Author: Joachim Breitner Maintainer: Joachim Breitner Category: Debug, GHC Build-type: Simple Cabal-version: >=1.2 Extra-source-files: Demo.hs Flag prim-supports-any Description: The used GHC supports Any as an argument to foreign prim functions (GHC ticket #5931) Default: False Library Exposed-modules: GHC.HeapView Build-depends: base, ghc, ghc-prim, integer-gmp C-Sources: cbits/HeapView.c cbits/HeapViewPrim.cmm Hs-source-dirs: src/ if flag(prim-supports-any) cpp-options: -DPRIM_SUPPORTS_ANY