Cabal revisions of multiset-0.3.3
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: multiset-version: 0.3.3-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.10-extra-source-files: include/Typeable.h--source-repository head- type: git- location: http://github.com/twanvl/multiset.git--Library- default-language: Haskell2010- exposed-modules: Data.MultiSet, Data.IntMultiSet-- include-dirs: include- default-extensions: CPP- ghc-options: -Wall- build-depends: containers >= 0.5, base >= 4 && < 5--test-suite doctests- default-language: Haskell2010- type: exitcode-stdio-1.0- ghc-options: -threaded- hs-source-dirs: test- main-is: Main.hs- build-depends: Glob- , base >= 4 && < 5- , doctest+name: multiset +version: 0.3.3 +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.10 +extra-source-files: include/Typeable.h + +source-repository head + type: git + location: http://github.com/twanvl/multiset.git + +Library + default-language: Haskell2010 + exposed-modules: Data.MultiSet, Data.IntMultiSet + + include-dirs: include + default-extensions: CPP + ghc-options: -Wall + build-depends: containers >= 0.5, base >= 4 && < 5 + +test-suite doctests + default-language: Haskell2010 + type: exitcode-stdio-1.0 + ghc-options: -threaded + hs-source-dirs: test + main-is: Main.hs + build-depends: Glob + , base >= 4.7 && < 5 + , doctest
revision 2
name: multiset version: 0.3.3 -x-revision: 1 +x-revision: 2 author: Twan van Laarhoven maintainer: twanvl@gmail.com bug-reports: https://github.com/twanvl/multiset/issues include-dirs: include default-extensions: CPP ghc-options: -Wall - build-depends: containers >= 0.5, base >= 4 && < 5 + build-depends: containers >= 0.5, base >= 4.7 && < 5 test-suite doctests default-language: Haskell2010
revision 3
name: multiset version: 0.3.3 -x-revision: 2 +x-revision: 3 author: Twan van Laarhoven maintainer: twanvl@gmail.com bug-reports: https://github.com/twanvl/multiset/issues include-dirs: include default-extensions: CPP ghc-options: -Wall - build-depends: containers >= 0.5, base >= 4.7 && < 5 + build-depends: containers >= 0.5 && <0.6, base >= 4.7 && < 4.11 test-suite doctests default-language: Haskell2010