packages feed

fgl-visualize-0.1.0.1: fgl-visualize.cabal

Name:                fgl-visualize
Version:             0.1.0.1
Synopsis:            Convert FGL graphs to dot (graphviz) files
Description:         Convert FGL graphs to dot files for easy visualization
                     using the 'dot' tool.  Other visualizations might follow
                     but there are no immediate plans (patches welcome).
License:             BSD3
License-file:        LICENSE
Author:              Thomas M. DuBuisson
Maintainer:          thomas.dubuisson@gmail.com

-- A copyright notice.
-- Copyright:           

Category:            Graphs

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


Library
  Exposed-modules:    Data.Graph.Inductive.Dot
  Build-depends:      base >= 4 && < 5, fgl >= 5.4, dotgen >= 0.4
  
  -- Other-modules:       
  -- Build-tools: