name:                 hashable
version:              1.4.4.0
visibility:           public
id:                   hashable-1.4.4.0-KxjXsVUVzC32ShXgMIK5TR
key:                  hashable-1.4.4.0-KxjXsVUVzC32ShXgMIK5TR
license:              BSD-3-Clause
maintainer:           Oleg Grenrus <oleg.grenrus@iki.fi>
author:
    Milan Straka <fox@ucw.cz>
    Johan Tibell <johan.tibell@gmail.com>

stability:            Provisional
homepage:             http://github.com/haskell-unordered-containers/hashable
synopsis:             A class for types that can be converted to a hash value
description:
    This package defines a class, 'Hashable', for types that
    can be converted to a hash value.  This class
    exists for the benefit of hashing-based data
    structures.  The package provides instances for
    basic types and a way to combine hash values.

    The 'Hashable' 'hash' values are not guaranteed to be stable across library versions, operating systems or architectures. For stable hashing use named hashes: SHA256, CRC32 etc.

category:             Data
abi:                  3eda53d2f74a03183a132e48d6cd0cd2
exposed:              True
exposed-modules:
    Data.Hashable Data.Hashable.Generic Data.Hashable.Lifted

hidden-modules:
    Data.Hashable.Class Data.Hashable.Generic.Instances
    Data.Hashable.Imports Data.Hashable.LowLevel

import-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.8.2/hashable-1.4.4.0-KxjXsVUVzC32ShXgMIK5TR

library-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.8.2/hashable-1.4.4.0-KxjXsVUVzC32ShXgMIK5TR

library-dirs-static:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.8.2/hashable-1.4.4.0-KxjXsVUVzC32ShXgMIK5TR

dynamic-library-dirs: /usr/pkg/lib/aarch64-netbsd-ghc-9.8.2
data-dir:             /usr/pkg/share/aarch64-netbsd-ghc-9.8.2/hashable-1.4.4.0
hs-libraries:         HShashable-1.4.4.0-KxjXsVUVzC32ShXgMIK5TR
depends:
    base-4.19.1.0-inplace bytestring-0.12.1.0-inplace
    containers-0.6.8-inplace deepseq-1.5.0.0-inplace
    filepath-1.4.200.1-inplace ghc-bignum-1.3-inplace
    ghc-prim-0.11.0-inplace os-string-2.0.2.1-Hjy1RWYob6R165kcPeCUb
    text-2.1.1-inplace

haddock-interfaces:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.8.2/hashable-1.4.4.0/html/hashable.haddock

haddock-html:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.8.2/hashable-1.4.4.0/html
