packages feed

graph-utils-0.3.5.1: graph-utils.cabal

Name:                graph-utils

Version:             0.3.5.1

-- A short (one-line) description of the package.
Synopsis:            A simple wapper & 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 <mr_konn _at_ jcom.home.ne.jp>

-- 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.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 >=2 && < 4 , fgl, mtl, containers, template-haskell, parsec >=3.0 && < 4
  
  -- Modules not exported by this package.
  -- Other-modules:       
  
  -- Extra tools (e.g. alex, hsc2hs, ...) needed to build the source.
  -- Build-tools: