-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfgl-visualize.cabal
33 lines (24 loc) · 995 Bytes
/
fgl-visualize.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
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: [email protected]
-- 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: