Cabal revisions of multiset-0.2
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: multiset-version: 0.2-author: Twan van Laarhoven-maintainer: twanvl@gmail.com-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.2-extra-source-files: include/Typeable.h--Library- exposed-modules: Data.MultiSet, Data.IntMultiSet-- include-dirs: include- extensions: CPP- ghc-options: -Wall- build-depends: containers, base >= 2 && < 5+name: multiset +version: 0.2 +x-revision: 1 +author: Twan van Laarhoven +maintainer: twanvl@gmail.com +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.2 +extra-source-files: include/Typeable.h + +Library + exposed-modules: Data.MultiSet, Data.IntMultiSet + + include-dirs: include + extensions: CPP + ghc-options: -Wall + build-depends: containers < 0.5, base >= 2 && < 4.7