graph-utils-0.3.6: graph-utils.cabal
Name: graph-utils
Version: 0.3.6
Synopsis: A simple wrapper & quasi quoter for fgl.
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/
License: BSD3
License-file: LICENSE
Author: Hiromi Ishii
Maintainer: Hiromi Ishii <mr_konn _at_ jcom.home.ne.jp>
Copyright: (c) Hiromi Ishii 2010
Category: Data, Graphs, Data Structures
Build-type: Simple
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.6
Library
Exposed-modules: Data.Graph.EasyGrapher, Data.Graph.PageRank
Build-depends: base == 4.*, fgl, mtl, containers, template-haskell, parsec==3.*, syb
Other-modules: Data.Graph.EasyGrapher.EasyGrapher, Data.Graph.EasyGrapher.Quote