name:                 hw-fingertree
version:              0.1.2.1
visibility:           public
id:                   hw-fingertree-0.1.2.1-3p5RZE9E7Ssp1Wf221CQu
key:                  hw-fingertree-0.1.2.1-3p5RZE9E7Ssp1Wf221CQu
license:              BSD-3-Clause
copyright:
    (c) 2017-2022 John Ky
    (c) 2006 Ross Paterson, Ralf Hinze,

maintainer:           John Ky <newhoggy@gmail.com>
homepage:             https://github.com/haskell-works/hw-fingertree#readme
synopsis:             Generic finger-tree structure, with example instances
description:
    A general sequence representation with arbitrary
    annotations, for use as a base for implementations of
    various collection types, with examples, as described
    in section 4 of

    * Ralf Hinze and Ross Paterson,
    \"Finger trees: a simple general-purpose data structure\",
    /Journal of Functional Programming/ 16:2 (2006) pp 197-217.
    <http://staff.city.ac.uk/~ross/papers/FingerTree.html>

    For a tuned sequence type, see @Data.Sequence@ in the
    @containers@ package, which is a specialization of
    this structure.

category:             Data Structures
abi:                  69c8b24ddb0a0d5e93d162e4832a2b05
exposed:              True
exposed-modules:
    HaskellWorks.Data.FingerTree
    HaskellWorks.Data.IntervalMap.FingerTree
    HaskellWorks.Data.PriorityQueue.FingerTree

hidden-modules:       Paths_hw_fingertree
import-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.8.2/hw-fingertree-0.1.2.1-3p5RZE9E7Ssp1Wf221CQu

library-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.8.2/hw-fingertree-0.1.2.1-3p5RZE9E7Ssp1Wf221CQu

library-dirs-static:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.8.2/hw-fingertree-0.1.2.1-3p5RZE9E7Ssp1Wf221CQu

dynamic-library-dirs: /usr/pkg/lib/aarch64-netbsd-ghc-9.8.2
data-dir:
    /usr/pkg/share/aarch64-netbsd-ghc-9.8.2/hw-fingertree-0.1.2.1

hs-libraries:         HShw-fingertree-0.1.2.1-3p5RZE9E7Ssp1Wf221CQu
depends:
    base-4.19.1.0-inplace deepseq-1.5.0.0-inplace
    hw-prim-0.6.3.2-1MynJ8fi1bp8ezKEHEuLya

haddock-interfaces:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.8.2/hw-fingertree-0.1.2.1/html/hw-fingertree.haddock

haddock-html:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.8.2/hw-fingertree-0.1.2.1/html
