Name: ghc-heap-view Version: 0.2 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 evaluation. . 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. . The work on this package has been supported by the Deutsche Telekom Stiftung (). License: BSD3 License-file: LICENSE Author: Joachim Breitner Maintainer: Joachim Breitner Copyright: 2012 Joachim Breitner Category: Debug, GHC Build-type: Simple Cabal-version: >=1.14 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 Default-Language: Haskell2010 Build-depends: base == 4.5.*, ghc C-Sources: cbits/HeapView.c cbits/HeapViewPrim.cmm Hs-source-dirs: src/ Ghc-options: -Wall if flag(prim-supports-any) cpp-options: -DPRIM_SUPPORTS_ANY source-repository head type: darcs location: http://darcs.nomeata.de/ghc-heap-view/