name:                 monoidal-containers
version:              0.6.4.0
visibility:           public
id:                   monoidal-containers-0.6.4.0-DNxg9Y5pquxHwrfQWQOwUZ
key:                  monoidal-containers-0.6.4.0-DNxg9Y5pquxHwrfQWQOwUZ
license:              BSD-3-Clause
copyright:            (c) 2014 Ben Gamari
maintainer:           ben@smart-cactus.org
author:               Ben Gamari
homepage:             http://github.com/bgamari/monoidal-containers
synopsis:             Containers with monoidal accumulation
description:
    Containers with merging via monoidal accumulation. The 'Monoid' instances
    provided by the @containers@ and @unordered-containers@ packages merge
    structures in a left-biased manner instead of using the underlying monoidal
    structure of the value.

    This package wraps the types provided by these packages, but provides @Monoid@
    instances implemented in terms of the value type's 'mappend'. For instance,
    the @Monoid@ @Map@ instance looks like,

    @
    instance (Ord k, Semigroup a) => Monoid (MonoidalMap k a)
    @

category:             Data
abi:                  8cb7508e21141e7341143ebb30ccf0eb
exposed:              True
exposed-modules:
    Data.HashMap.Monoidal Data.IntMap.Monoidal
    Data.IntMap.Monoidal.Strict Data.Map.Monoidal
    Data.Map.Monoidal.Strict

import-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.8.2/monoidal-containers-0.6.4.0-DNxg9Y5pquxHwrfQWQOwUZ

library-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.8.2/monoidal-containers-0.6.4.0-DNxg9Y5pquxHwrfQWQOwUZ

library-dirs-static:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.8.2/monoidal-containers-0.6.4.0-DNxg9Y5pquxHwrfQWQOwUZ

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

hs-libraries:         HSmonoidal-containers-0.6.4.0-DNxg9Y5pquxHwrfQWQOwUZ
depends:
    aeson-2.2.1.0-FdX3Pq5v5k8rGWMpYlHYh base-4.19.1.0-inplace
    containers-0.6.8-inplace deepseq-1.5.0.0-inplace
    hashable-1.4.4.0-KxjXsVUVzC32ShXgMIK5TR
    lens-5.2.3-IzDmQbB9t3Z5ZtuvpY1PMD
    newtype-0.2.2.0-5vtVtsRx8J3AJQYApWNUJf
    semialign-1.3-IEEU6tn2fwTChRzoNthOsV
    these-1.2-CD6Z5hIPDDoF4AOUmNwcyG
    unordered-containers-0.2.20-5Qixj11gStfGuv5JtL1LiN
    witherable-0.4.2-AwC2VZP3s7neoiKsmAtfs

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

haddock-html:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.8.2/monoidal-containers-0.6.4.0/html
