name: multiset version: 0.3.0 x-revision: 1 author: Twan van Laarhoven maintainer: twanvl@gmail.com bug-reports: https://github.com/twanvl/multiset/issues category: Data Structures synopsis: The Data.MultiSet container type description: A variation of Data.Set. Multisets, sometimes also called bags, can contain multiple copies of the same key. license: BSD3 license-file: LICENSE build-type: Simple Cabal-version: >= 1.6 extra-source-files: include/Typeable.h source-repository head type: git location: http://github.com/twanvl/multiset.git Library exposed-modules: Data.MultiSet, Data.IntMultiSet include-dirs: include extensions: CPP ghc-options: -Wall build-depends: containers >= 0.5 && <0.6, base >= 4 && < 4.11