name: Data-Trie-General-OrdGT 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: A generalised trie instance for any key that is an instance of Ord. description: This package defines an instance of the Data-Trie-General GT class for any key type that is an Ord instance (based on AVL trees). It is intended a temporary solution for use until full automated deriving of GT instances is implemented. homepage: http://code.haskell.org/collections/collections-ghc6.8 build-type: Simple tested-with: GHC==6.8.2 build-depends: base, Data-COrdering, Data-Tree-AVL, Data-Trie-General exposed-modules: Data.Trie.General.OrdGT hs-source-dirs: . include-dirs: include extra-source-files: include/ghcdefs.h include/h98defs.h extensions: CPP ghc-options: -Wall