name:                 containers
version:              0.6.4.1
visibility:           public
id:                   containers-0.6.4.1
key:                  containers-0.6.4.1
license:              BSD-3-Clause
maintainer:           libraries@haskell.org
synopsis:             Assorted concrete container types
description:

    This package contains efficient general-purpose implementations
    of various immutable container types including sets, maps, sequences,
    trees, and graphs.

    For a walkthrough of what this package provides with examples of common
    operations see the [containers
    introduction](https://haskell-containers.readthedocs.io).

    The declared cost of each operation is either worst-case or amortized, but
    remains valid even if structures are shared.

category:             Data Structures
abi:                  inplace
exposed:              True
exposed-modules:
    Data.Containers.ListUtils Data.Graph Data.IntMap
    Data.IntMap.Internal Data.IntMap.Internal.Debug Data.IntMap.Lazy
    Data.IntMap.Merge.Lazy Data.IntMap.Merge.Strict Data.IntMap.Strict
    Data.IntMap.Strict.Internal Data.IntSet Data.IntSet.Internal
    Data.Map Data.Map.Internal Data.Map.Internal.Debug Data.Map.Lazy
    Data.Map.Merge.Lazy Data.Map.Merge.Strict Data.Map.Strict
    Data.Map.Strict.Internal Data.Sequence Data.Sequence.Internal
    Data.Sequence.Internal.Sorting Data.Set Data.Set.Internal Data.Tree
    Utils.Containers.Internal.BitQueue
    Utils.Containers.Internal.BitUtil
    Utils.Containers.Internal.StrictPair

hidden-modules:
    Utils.Containers.Internal.State
    Utils.Containers.Internal.StrictMaybe
    Utils.Containers.Internal.PtrEquality
    Utils.Containers.Internal.Coercions
    Utils.Containers.Internal.TypeError
    Data.Map.Internal.DeprecatedShowTree
    Data.IntMap.Internal.DeprecatedDebug

import-dirs:
    /home/zubin/ghcs/hs-main/libraries/containers/containers/dist-install/build

library-dirs:
    /home/zubin/ghcs/hs-main/libraries/containers/containers/dist-install/build

dynamic-library-dirs:
    /home/zubin/ghcs/hs-main/libraries/containers/containers/dist-install/build

data-dir:             /home/zubin/ghcs/hs-main/libraries/containers/containers/.
hs-libraries:         HScontainers-0.6.4.1
include-dirs:
    /home/zubin/ghcs/hs-main/libraries/containers/containers/include
    /home/zubin/ghcs/hs-main/libraries/containers/containers/dist-install/build/include
    /home/zubin/ghcs/hs-main/libraries/containers/containers/dist-install/build/include
    /home/zubin/ghcs/hs-main/libraries/containers/containers/dist-install/build/dist-install/build/include

depends:              array-0.5.4.0 base-4.15.1.0 deepseq-1.4.5.0
haddock-interfaces:
    /home/zubin/ghcs/hs-main/libraries/containers/containers/dist-install/doc/html/containers/containers.haddock

haddock-html:
    /home/zubin/ghcs/hs-main/libraries/containers/containers/dist-install/doc/html/containers

