graphtype 0.1 → 0.1.1
raw patch · 1 files changed
+15/−7 lines, 1 filesnew-uploader
Files
- graphtype.cabal +15/−7
graphtype.cabal view
@@ -1,5 +1,6 @@ Name: graphtype-Version: 0.1+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).@@ -7,10 +8,12 @@ License: BSD3 License-file: LICENSE Author: Dmitry Astapov-Maintainer: Dmity Astapov <dastapov@gmail.com>-Build-Depends: base >=3 && <5 , haskell-src-exts, uniplate, containers, haskell98+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@@ -19,10 +22,15 @@ example/Test02.hs example/test.sh -Executable: graphtype-hs-source-dirs: src-Main-is: GraphType.hs-other-modules:+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