name: Data-Tree-AVL version: 0.4 license: BSD3 license-file: LICENSE author: Adrian Hey maintainer: http://homepages.nildram.co.uk/~ahey/em.png stability: Stable category: Data Structures synopsis: Balanced binary trees using AVL algorithm. description: A comprehensive library for creation and manipulation of AVL trees. homepage: http://code.haskell.org/collections/collections-ghc6.8 build-type: Simple tested-with: GHC==6.8.2 build-depends: base, containers, Data-COrdering exposed-modules: Data.Tree.AVL, Data.Tree.AVL.Test.AllTests, Data.Tree.AVL.Test.Counter other-modules: Data.Tree.AVLX, Data.Tree.AVL.Delete, Data.Tree.AVL.Join, Data.Tree.AVL.List, Data.Tree.AVL.Push, Data.Tree.AVL.Read, Data.Tree.AVL.Set, Data.Tree.AVL.Size, Data.Tree.AVL.Split, Data.Tree.AVL.Types, Data.Tree.AVL.Write, Data.Tree.AVL.Zipper, Data.Tree.AVL.Test.Utils, Data.Tree.AVL.Internals.BinPath, Data.Tree.AVL.Internals.DelUtils, Data.Tree.AVL.Internals.HAVL, Data.Tree.AVL.Internals.HJoin, Data.Tree.AVL.Internals.HPush, Data.Tree.AVL.Internals.HSet, Data.Tree.AVL.Internals.HeightUtils hs-source-dirs: . include-dirs: include extra-source-files: include/ghcdefs.h include/h98defs.h extensions: CPP ghc-options: -Wall