name:                 stm-containers
version:              1.2.0.3
visibility:           public
id:                   stm-containers-1.2.0.3-6zoApAB8VIB448OE6l6UVH
key:                  stm-containers-1.2.0.3-6zoApAB8VIB448OE6l6UVH
license:              MIT
copyright:            (c) 2014, Nikita Volkov
maintainer:           Nikita Volkov <nikita.y.volkov@mail.ru>
author:               Nikita Volkov <nikita.y.volkov@mail.ru>
homepage:             https://github.com/nikita-volkov/stm-containers
synopsis:             Containers for STM
description:
    This library is based on an STM-specialized implementation of
    Hash Array Mapped Trie.
    It provides efficient implementations of @Map@, @Set@
    and other data structures,
    which starting from version @1@ perform even better than their counterparts from \"unordered-containers\",
    but also scale well on concurrent access patterns.
    .
    For details on performance of the library, which are a bit outdated, see
    <http://nikita-volkov.github.io/stm-containers/ this blog post>.

category:             Data Structures, STM, Concurrency
abi:                  3f7f26cd0bdcf50c9ef5fb2f499984ff
exposed:              True
exposed-modules:
    StmContainers.Bimap StmContainers.Map StmContainers.Multimap
    StmContainers.Set

hidden-modules:       StmContainers.Prelude
import-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.8.2/stm-containers-1.2.0.3-6zoApAB8VIB448OE6l6UVH

library-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.8.2/stm-containers-1.2.0.3-6zoApAB8VIB448OE6l6UVH

library-dirs-static:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.8.2/stm-containers-1.2.0.3-6zoApAB8VIB448OE6l6UVH

dynamic-library-dirs: /usr/pkg/lib/aarch64-netbsd-ghc-9.8.2
data-dir:
    /usr/pkg/share/aarch64-netbsd-ghc-9.8.2/stm-containers-1.2.0.3

hs-libraries:         HSstm-containers-1.2.0.3-6zoApAB8VIB448OE6l6UVH
depends:
    base-4.19.1.0-inplace
    deferred-folds-0.9.18.6-9ow73aiMK35FYJ1cJdS7AJ
    focus-1.0.3.2-ISUrw6NImw0CbP6Fo04rRE
    hashable-1.4.4.0-KxjXsVUVzC32ShXgMIK5TR
    list-t-1.0.5.7-EsH66N2fiLSKFkARpqlrfo
    stm-hamt-1.2.0.14-H8eDNba8fzrFE0KETKloov
    transformers-0.6.1.0-inplace

haddock-interfaces:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.8.2/stm-containers-1.2.0.3/html/stm-containers.haddock

haddock-html:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.8.2/stm-containers-1.2.0.3/html
