-- This file has been generated from package.yaml by hpack version 0.20.0. -- -- see: https://github.com/sol/hpack -- -- hash: 9522157dbd0803ec88673034893d2ebaaac3fd6ea529330ce45e227b64d2d8b2 name: unordered-intmap version: 0.1.1 synopsis: A specialization of `HashMap Int v` category: Data homepage: https://github.com/ethercrow/unordered-intmap author: Dmitry Ivanov maintainer: ethercrow@gmail.com copyright: 2017 Dmitry Ivanov license: BSD3 license-file: LICENSE build-type: Simple cabal-version: >= 1.10 extra-source-files: README.rst library hs-source-dirs: src ghc-options: -Wall -ferror-spans build-depends: base >=4.7 && <5 , deepseq , primitive >=0.6.2 exposed-modules: Data.Unordered.IntMap other-modules: Data.Primitive.SmallArray.Extra Paths_unordered_intmap default-language: Haskell2010 test-suite props type: exitcode-stdio-1.0 main-is: UnorderedIntMapProperties.hs hs-source-dirs: test ghc-options: -Wall -ferror-spans build-depends: QuickCheck , base >=4.7 && <5 , containers , deepseq , primitive >=0.6.2 , tasty , tasty-quickcheck , unordered-intmap other-modules: Paths_unordered_intmap default-language: Haskell2010