Name: graph-utils Version: 0.3.5.2 -- A short (one-line) description of the package. Synopsis: A simple wrapper & quasi quoter for fgl. -- A longer description of the package. Description: Simple Wrapper for generating Graph provided by Data.Graph.Inductive. It also contains PageRank calculator. -- URL for the project homepage or repository. Homepage: http://github.com/konn/graph-utils/ -- The license under which the package is released. License: BSD3 -- The file containing the license text. License-file: LICENSE -- The package author(s). Author: Hiromi ISHII -- An email address to which users can send suggestions, bug reports, -- and patches. Maintainer: Hiromi Ishii -- A copyright notice. Copyright: (C) 2010 Hiromi Ishii Category: Data, Graphs, Data Structures Build-type: Simple -- Extra files to be distributed with the package, such as examples or -- a README. -- Extra-source-files: -- Constraint on the version of Cabal needed to build this package. Cabal-version: >=1.6 source-repository head type: git location: http://github.com/konn/graph-utils/tree/master source-repository this type: git location: http://github.com/konn/graph-utils/tree/release tag: rel-0.3.5.2 Library -- Modules exported by the library. Exposed-modules: Data.Graph.EasyGrapher, Data.Graph.PageRank -- Packages needed in order to build this package. Build-depends: base == 4.*, fgl, mtl, containers, template-haskell, parsec==3.*, syb -- Modules not exported by this package. -- Other-modules: -- Extra tools (e.g. alex, hsc2hs, ...) needed to build the source. -- Build-tools: