name: graphmod version: 1.4.1 license: BSD3 license-file: LICENSE author: Iavor S. Diatchki maintainer: iavor.diatchki@gmail.com homepage: http://github.com/yav/graphmod/wiki build-type: Simple cabal-version: >= 1.6 synopsis: Present the module dependencies of a program as a "dot" graph. description: This package contains a program that computes "dot" graphs from the dependencies of a number of Haskell modules. category: Development tested-with: GHC==7.0.1, GHC==7.0.2, GHC==7.0.3, GHC==7.0.4, GHC==7.2.1, GHC==7.2.2, GHC==7.4.1, GHC==7.4.2, GHC==7.6.1, GHC==7.6.2, GHC==7.6.3, GHC==7.8.1, GHC==7.8.2, GHC==7.8.3, GHC==7.8.4 GHC==7.10.1, GHC==7.10.2, GHC==7.10.3 GHC==8.0.1, GHC==8.0.2, GHC==8.2.1 extra-source-files: CHANGELOG.md executable graphmod main-is: Main.hs other-modules: Utils, Trie, Paths_graphmod, CabalSupport build-depends: base < 5, directory, filepath, dotgen >= 0.2 && < 0.5, haskell-lexer >= 1.0.1, containers, Cabal, pretty hs-source-dirs: src ghc-options: -Wall -O2 source-repository head type: git location: git://github.com/yav/graphmod