gbu-0.1: gbu.cabal
name: gbu
version: 0.1
cabal-version: >= 1.2.3
license: BSD3
license-file: LICENSE
author: Daneel S. Yaitskov <rtfm.rtfm.rtfm@gmail.com>
maintainer: Daneel S. Yaitskov <rtfm.rtfm.rtfm@gmail.com>
homepage: http://www.daneel0yaitskov.000space.com
category: Graph
synopsis: planar graph embedding into a plane
build-type: Simple
description:
A library realizes one of the graph visualization process's
steps - graph embedding into a plane. The job of the step is
such to order nodes' edges that there are capabilities to
draw them without any intersections.
library
exposed-modules: Data.Graph.Embedding,
Data.Graph.InductivePlus
-- I haven't tested my code with older version used libraries.
-- I have just taken used libraries' versions as minimal acceptable.
build-depends: base >= 3 && < 5,
fgl >= 5.4.2.2,
Graphalyze >= 0.9.0.0,
mtl >= 1.1.0.2,
containers >= 0.2.0.0,
regex-posix >= 0.94.1,
haskell98
other-modules: Data.Graph.SimpleUtil
extensions: ScopedTypeVariables
-- ghc-options: CPP