name: unordered-containers version: 0.2.5.1 id: unordered-containers-0.2.5.1-2d0599e02a4538515d755d240c693dae license: BSD3 copyright: 2010-2014 Johan Tibell 2010 Edward Z. Yang maintainer: johan.tibell@gmail.com stability: homepage: https://github.com/tibbe/unordered-containers package-url: synopsis: Efficient hashing-based container types description: Efficient hashing-based container types. The containers have been optimized for performance critical use, both in terms of large data quantities and high speed. . The declared cost of each operation is either worst-case or amortized, but remains valid even if structures are shared. category: Data author: Johan Tibell exposed: True exposed-modules: Data.HashMap.Lazy Data.HashMap.Strict Data.HashSet hidden-modules: Data.HashMap.Array Data.HashMap.Base Data.HashMap.PopCount Data.HashMap.Unsafe Data.HashMap.UnsafeShift trusted: False import-dirs: ${pkgroot}/unordered-containers-0.2.5.1 library-dirs: ${pkgroot}/unordered-containers-0.2.5.1 hs-libraries: HSunordered-containers-0.2.5.1 extra-libraries: extra-ghci-libraries: include-dirs: includes: depends: base-4.6.0.1-b4caa1d18c332900c72bf5d231dded4f deepseq-1.3.0.1-8bd62e61607622088124a56552365768 hashable-1.2.3.2-957fd992f7db3a92d78da3bb5d6cb393 hugs-options: cc-options: ld-options: framework-dirs: frameworks: haddock-interfaces: ${pkgroot}/../../share/doc/ghc-7.6/html/unordered-containers.haddock haddock-html: ${pkgroot}/../../share/doc/ghc-7.6/html