packages feed

multiset-0.2: multiset.cabal

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