name:                 unordered-containers
version:              0.2.20
visibility:           public
id:                   unordered-containers-0.2.20-DmA1der3vIe6VwQRGylcdv
key:                  unordered-containers-0.2.20-DmA1der3vIe6VwQRGylcdv
license:              BSD-3-Clause
copyright:
    2010-2014 Johan Tibell
    2010 Edward Z. Yang

maintainer:           simon.jakobi@gmail.com, David.Feuer@gmail.com
author:               Johan Tibell
homepage:
    https://github.com/haskell-unordered-containers/unordered-containers

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.

    /Security/

    This package currently provides no defenses against hash collision attacks
    such as HashDoS.
    Users who need to store input from untrusted sources are advised to use
    @Data.Map@ or @Data.Set@ from the @containers@ package instead.

category:             Data
abi:                  b8141daccf83b90311b9c26f5cf3a8d6
exposed:              True
exposed-modules:
    Data.HashMap.Internal Data.HashMap.Internal.Array
    Data.HashMap.Internal.Debug Data.HashMap.Internal.List
    Data.HashMap.Internal.Strict Data.HashMap.Lazy Data.HashMap.Strict
    Data.HashSet Data.HashSet.Internal

import-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/unordered-containers-0.2.20-DmA1der3vIe6VwQRGylcdv

library-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/unordered-containers-0.2.20-DmA1der3vIe6VwQRGylcdv

library-dirs-static:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/unordered-containers-0.2.20-DmA1der3vIe6VwQRGylcdv

dynamic-library-dirs: /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1
data-dir:
    /usr/pkg/share/aarch64-netbsd-ghc-9.10.1/unordered-containers-0.2.20

hs-libraries:         HSunordered-containers-0.2.20-DmA1der3vIe6VwQRGylcdv
depends:
    base-4.20.0.0-inplace deepseq-1.5.0.0-inplace
    hashable-1.5.0.0-93vVlDWTvOTF1kJlBpPOXB
    template-haskell-2.22.0.0-inplace

haddock-interfaces:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.10.1/unordered-containers-0.2.20/html/unordered-containers.haddock

haddock-html:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.10.1/unordered-containers-0.2.20/html
