graphtype-0.1.1: graphtype.cabal
Name: graphtype
Version: 0.1.1
copyright: (c) 2009 Dmitry Astapov
Synopsis: A simple tool to illustrate dependencies between Haskell types
Description: This tools produces diagrams of Haskell type interdependencies in the given source.
Actual drawing is done by graphviz tools (dot).
Category: Text
License: BSD3
License-file: LICENSE
Author: Dmitry Astapov
Maintainer: Max Desyatov <explicitcall at gmail.com>
Stability: alpha
build-type: Simple
homepage: http://github.com/explicitcall/graphtype
bug-reports: http://github.com/explicitcall/graphtype/issues
cabal-version: >= 1.6
extra-source-files:
README
LICENSE
example/Test01.hs
example/Test02.hs
example/test.sh
Executable graphtype
hs-source-dirs: src
Main-is: GraphType.hs
other-modules:
Parse
OptionParser
Text.Dot
Build-Depends: base >=3 && <5 , haskell-src-exts, uniplate, containers, haskell98
source-repository head
type: git
location: git://github.com/explicitcall/graphtype.git