packages feed

graph-utils-0.3.6.1: graph-utils.cabal

Name:                graph-utils
Version:             0.3.6.1

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.1

Library
  Exposed-modules:     Data.Graph.EasyGrapher, Data.Graph.PageRank
  Build-depends:     base == 4.*, fgl >= 5.3 && < 5.5, mtl >= 1.0, containers >= 0.1, template-haskell >= 2.3 , parsec==3.*, syb >= 0.1
  Other-modules:        Data.Graph.EasyGrapher.EasyGrapher, Data.Graph.EasyGrapher.Quote