name: int-multimap x-revision: 1 version: 0.3.1 synopsis: A data structure that associates each Int key with a set of values category: Containers homepage: https://github.com/metrix-ai/int-multimap bug-reports: https://github.com/metrix-ai/int-multimap/issues author: Oleg Shevchenko maintainer: Metrix.AI Ninjas copyright: (c) 2018, Metrix.AI license: MIT license-file: LICENSE build-type: Simple cabal-version: >=1.24 source-repository head type: git location: https://github.com/metrix-ai/int-multimap.git library hs-source-dirs: library default-extensions: Arrows, BangPatterns, ConstraintKinds, DataKinds, DefaultSignatures, DeriveDataTypeable, DeriveFoldable, DeriveFunctor, DeriveGeneric, DeriveTraversable, EmptyDataDecls, FlexibleContexts, FlexibleInstances, FunctionalDependencies, GADTs, GeneralizedNewtypeDeriving, LambdaCase, LiberalTypeSynonyms, MagicHash, MultiParamTypeClasses, MultiWayIf, NoImplicitPrelude, NoMonomorphismRestriction, OverloadedStrings, PatternGuards, ParallelListComp, QuasiQuotes, RankNTypes, RecordWildCards, ScopedTypeVariables, StandaloneDeriving, TemplateHaskell, TupleSections, TypeFamilies, TypeOperators, UnboxedTuples, StrictData ghc-options: -funbox-strict-fields default-language: Haskell2010 exposed-modules: IntMultimap other-modules: build-depends: base >=4.7 && <5, hashable >=1.2 && <2, containers >=0.5.10 && <0.7, unordered-containers >=0.2.8.0 && <0.3 test-suite test type: exitcode-stdio-1.0 hs-source-dirs: test main-is: Main.hs default-extensions: Arrows, BangPatterns, ConstraintKinds, DataKinds, DefaultSignatures, DeriveDataTypeable, DeriveFoldable, DeriveFunctor, DeriveGeneric, DeriveTraversable, EmptyDataDecls, FlexibleContexts, FlexibleInstances, FunctionalDependencies, GADTs, GeneralizedNewtypeDeriving, LambdaCase, LiberalTypeSynonyms, MagicHash, MultiParamTypeClasses, MultiWayIf, NoImplicitPrelude, NoMonomorphismRestriction, OverloadedStrings, PatternGuards, ParallelListComp, QuasiQuotes, RankNTypes, RecordWildCards, ScopedTypeVariables, StandaloneDeriving, TemplateHaskell, TupleSections, TypeFamilies, TypeOperators, UnboxedTuples default-language: Haskell2010 build-depends: int-multimap, base >=4.7 && <5, hashable >=1.2 && <2, containers >=0.5.10 && <0.7, unordered-containers >=0.2.8.0 && <0.3, tasty >=1.0.1 && <1.0.2, tasty-hunit >=0.9 && <0.11, tasty-quickcheck >=0.10 && <0.12