packages feed

Cabal revisions of multiset-0.1

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-name:             multiset-version:          0.1-author:           Twan van Laarhoven-maintainer:       twanvl@gmail.com-category:         Data-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-depends:    base, containers-build-type:       Simple-include-dirs:     include-extensions:       CPP-exposed-modules:  Data.MultiSet, Data.IntMultiSet-extra-source-files: include/Typeable.h-ghc-options:      -Wall+name:             multiset
+version:          0.1
+x-revision: 1
+author:           Twan van Laarhoven
+maintainer:       twanvl@gmail.com
+category:         Data
+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-depends:    base < 4, containers < 0.5
+build-type:       Simple
+include-dirs:     include
+extensions:       CPP
+exposed-modules:  Data.MultiSet, Data.IntMultiSet
+extra-source-files: include/Typeable.h
+ghc-options:      -Wall