ghc-heap-view-0.3.0.4: ghc-heap-view.cabal
Name: ghc-heap-view
Version: 0.3.0.4
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
(<http://telekom-stiftung.de>).
License: BSD3
License-file: LICENSE
Author: Joachim Breitner, Dennis Felsing
Maintainer: Joachim Breitner <mail@joachim-breitner.de>
Copyright: 2012 Joachim Breitner
Category: Debug, GHC
Build-type: Custom
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 && < 4.7,
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/