vacuum-graphviz-2.0.0.0: vacuum-graphviz.cabal
name: vacuum-graphviz
version: 2.0.0.0
synopsis: A library for transforming vacuum graphs into GraphViz output
description:
A library for transforming @vacuum@ graphs into GraphViz output
license: LGPL-3
license-file: LICENSE.txt
copyright: Copyright (c) Ivan Miljenovic 2011, Austin Seipp 2012
author: Ivan Miljenovic
maintainer: Austin Seipp <mad.one@gmail.com>
category: Debug, GHC
build-type: Simple
cabal-version: >=1.6
library
hs-source-dirs: src
build-depends: base > 3 && < 5,
filepath > 1 && < 2,
vacuum == 2.0.0.0,
graphviz == 2999.13.*
exposed-modules: GHC.Vacuum.GraphViz
ghc-options: -Wall -O2 -fwarn-tabs