name:                 monoidal-containers
version:              0.6.5.0
visibility:           public
id:                   monoidal-containers-0.6.5.0-EmXuI7C9lVjAidEWnKRvCE
key:                  monoidal-containers-0.6.5.0-EmXuI7C9lVjAidEWnKRvCE
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:                  04504b130b7de21fe7d0d734e9c38c49
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.10.1/monoidal-containers-0.6.5.0-EmXuI7C9lVjAidEWnKRvCE

library-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/monoidal-containers-0.6.5.0-EmXuI7C9lVjAidEWnKRvCE

library-dirs-static:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/monoidal-containers-0.6.5.0-EmXuI7C9lVjAidEWnKRvCE

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

hs-libraries:         HSmonoidal-containers-0.6.5.0-EmXuI7C9lVjAidEWnKRvCE
depends:
    aeson-2.2.3.0-7XnCskwqBum1iz93aA1K0B base-4.20.0.0-inplace
    containers-0.7-inplace deepseq-1.5.0.0-inplace
    hashable-1.5.0.0-93vVlDWTvOTF1kJlBpPOXB
    lens-5.3.3-GuyFqV52qsYJgFSfE7uH9V
    newtype-0.2.2.0-3wdGjYRl39c1JZPXcLIGOl
    semialign-1.3.1-BHXOHN7spSXHShd8xM8ybQ
    these-1.2.1-IGEtUUvvrj4G6MQqHx4fNb
    unordered-containers-0.2.20-DmA1der3vIe6VwQRGylcdv
    witherable-0.5-1RC3dNTBbpf7lsyYoge5rZ

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

haddock-html:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.10.1/monoidal-containers-0.6.5.0/html
