graphmod-1.1: graphmod.cabal
name: graphmod
version: 1.1
license: BSD3
license-file: LICENSE
author: Iavor S. Diatchki
maintainer: iavor.diatchki@gmail.com
build-type: Simple
cabal-version: >= 1.2
synopsis: Present the module dependecies of a program as a "dot" graph.
description: This package contains a program that can compute "dot" grpahs
from the dependecies between a number of Haskell modules.
category: Development
executable graphmod
main-is: Main.hs
other-modules: Utils, HsLayoutPre, HsLexerPass1, HsLexerPos
other-modules: HsLex, HsLexUtils, HsTokens
build-depends: base, directory, filepath, dotgen >= 0.1.1
hs-source-dirs: src, src/lexer