cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.31.1. -- -- see: https://github.com/sol/hpack -- -- hash: e5d5b4bd8376e65e1175f6b080da7dd4c21224a87635b1d166ffe488ff371dc8 name: more-containers version: 0.1.2.0 x-revision: 1 synopsis: A few more collections description: Please see the README on Github at https://github.com/mtth/more-containers category: Data Structures homepage: https://github.com/mtth/more-containers#readme bug-reports: https://github.com/mtth/more-containers/issues author: Matthieu Monsch maintainer: mtth@apache.org copyright: 2017 Matthieu Monsch license: MIT license-file: LICENSE build-type: Simple extra-source-files: README.md source-repository head type: git location: https://github.com/mtth/more-containers library hs-source-dirs: src build-depends: base >=4.9 && <5 , containers >=0.5.10 exposed-modules: Data.Multimap Data.Multimap.Collection Data.Multimap.Internal Data.Multimap.ListMultimap Data.Multimap.SeqMultimap Data.Multimap.SetMultimap Data.Multiset other-modules: Paths_more_containers default-language: Haskell2010 test-suite more-containers-test type: exitcode-stdio-1.0 main-is: Spec.hs hs-source-dirs: test ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.9 && <5 , containers >=0.5.10 , hspec >=2.5 && <2.6 , more-containers other-modules: Paths_more_containers default-language: Haskell2010