name: collections version: 0.4 license: BSD3 license-file: LICENSE author: Jean-Philippe Bernardy, Adrian Hey and others (see AUTHORS file) maintainer: jeanphilippe.bernardy (google mail) stability: Stable category: Data Structures synopsis: Useful standard collections types and related functions. description: This meta-package provides a suite of data structures types, with a consistent API. It is intended as an evolution of the data structures in the @base@ package. homepage: http://code.haskell.org/collections/collections-ghc6.8 build-type: Simple tested-with: GHC==6.8.2 build-depends: base >= 3.0, QuickCheck<2, array, containers, bytestring, collections-api, collections-base-instances, collections-rangedsets-instances, enumsets, Data-COrdering, Data-Tree-AVL, collections-avl exposed-modules: Data.Collections.Instances hs-source-dirs: . include-dirs: include extra-source-files: include/Typeable.h include/ghcdefs.h include/h98defs.h extensions: CPP ghc-options: -Wall