packages feed

Cabal revisions of multiset-0.2.1

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

revision 1
-name:             multiset-version:          0.2.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, base >= 4 && < 5+name:             multiset
+version:          0.2.1
+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 >= 4 && < 4.7