Name: DrawingTrees Version: 1.0 Author: Andrew J. Kennedy and SeeReason Partners Copyright: 1996 Andrew J Kennedy, 2008 SeeReason Partners Stability: Experimental Category: Data Synopsis: Implement of pretty tree printing for Data.Tree Description: Pretty print trees based on Andrew J. Kennedy's "Functional Pearls: Drawing Tree"s Cabal-version: >= 1.2.3.0 build-type: Simple Library Exposed-Modules: Data.Tree.Drawing GHC-Options: -threaded -Wall -Werror -O2 Build-Depends: base, utf8-string, containers