name: wumpus-tree version: 0.7.0 license: BSD3 license-file: LICENSE copyright: Stephen Tetley maintainer: Stephen Tetley homepage: http://code.google.com/p/copperbox/ category: Graphics synopsis: Drawing trees description: . Tree drawing with /nice/ layout. . Draw trees represented by Data.Tree, output SVG or EPS. The output should be quite good - no overlapping edges, identical subtrees should have the same shape, leaf nodes evenly spaced. . . Changelog: . 0.6.0 to 0.7.0: . * More example trees in Demo01.hs. . * Updated to track changes in Wumpus-Basic. . . build-type: Simple stability: highly unstable cabal-version: >= 1.2 extra-source-files: CHANGES, LICENSE, demo/Demo01.hs library hs-source-dirs: src build-depends: base < 5, containers >= 0.3.0 && < 0.4.0, vector-space >= 0.6, wumpus-core == 0.33.0, wumpus-basic == 0.8.0 exposed-modules: Wumpus.Tree, Wumpus.Tree.VersionNumber other-modules: Wumpus.Tree.Base, Wumpus.Tree.Design, Wumpus.Tree.Draw extensions: ghc-options: includes: