-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathvacuum.cabal
39 lines (36 loc) · 1.33 KB
/
vacuum.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
name: vacuum
version: 1.0.0.1
cabal-version: >= 1.6
build-type: Simple
license: LGPL
license-file: LICENSE
category: Debug, GHC
author: Matt Morrow
copyright: (c) Matt Morrow 2009
maintainer: Conrad Parker <[email protected]>
homepage: http://web.archive.org/web/20100410115820/http://moonpatio.com/vacuum/
stability: experimental
synopsis: Extract graph representations of ghc heap values.
description: <http://web.archive.org/web/20100410115820/http://moonpatio.com/vacuum/>
library
hs-source-dirs: src
ghc-options: -funbox-strict-fields
extensions: CPP, BangPatterns
includes: ghcautoconf.h
build-depends: base==4.*, ghc-prim, array,
containers, pretty
-- haskell-src-meta
exposed-modules: GHC.Vacuum,
GHC.Vacuum.ClosureType,
GHC.Vacuum.Internal,
GHC.Vacuum.Q,
GHC.Vacuum.Types,
GHC.Vacuum.Util,
GHC.Vacuum.Pretty,
GHC.Vacuum.Pretty.Dot
------------------------------------------------------------------------
-- Git repo
--
source-repository head
type: git
location: git://github.com/kfish/vacuum.git