name: vacuum version: 0.0.94 cabal-version: >= 1.6 build-type: Simple license: LGPL license-file: LICENSE category: Debug, GHC author: Matt Morrow copyright: (c) Matt Morrow 2009 maintainer: Matt Morrow homepage: http://moonpatio.com/vacuum/ stability: experimental synopsis: Extract graph representations of ghc heap values. description: library hs-source-dirs: src ghc-options: -O2 -fglasgow-exts -funbox-strict-fields extensions: CPP, BangPatterns includes: ghcautoconf.h exposed-modules: GHC.Vacuum, GHC.Vacuum.Dot, GHC.Vacuum.ClosureType, GHC.Vacuum.Internal build-depends: base==4.*, ghc-prim, array, containers, pretty, haskell-src-meta