-- This file has been generated from package.yaml by hpack version 0.17.1. -- -- see: https://github.com/sol/hpack name: unordered-intmap version: 0.1.0.0 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: base >= 4.7 && < 5 , deepseq , primitive >= 0.6.2 , unordered-intmap , containers , QuickCheck , tasty , tasty-quickcheck default-language: Haskell2010