name:                 rope-utf16-splay
version:              0.4.0.0
visibility:           public
id:                   rope-utf16-splay-0.4.0.0-HMK0XL0RGcR9SPZg0grrPO
key:                  rope-utf16-splay-0.4.0.0-HMK0XL0RGcR9SPZg0grrPO
license:              BSD-3-Clause
copyright:            (c) 2018-2022 Olle Fredriksson
maintainer:           fredriksson.olle@gmail.com
author:               Olle Fredriksson
homepage:             https://github.com/ollef/rope-utf16-splay
synopsis:
    Ropes optimised for updating using UTF-16 code units and
    row/column pairs.

description:
    Ropes optimised for updating using UTF-16 code units and
    row/column pairs.  This implementation uses splay trees
    instead of the usual finger trees. According to my
    benchmarks, splay trees are faster in most situations.

category:             Data, Text, Language
abi:                  e473ed9d57f964b53c11ef413a9ec493
exposed:              True
exposed-modules:
    Data.Rope.UTF16 Data.Rope.UTF16.Internal
    Data.Rope.UTF16.Internal.Position Data.Rope.UTF16.Internal.Text
    Data.SplayTree

import-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/rope-utf16-splay-0.4.0.0-HMK0XL0RGcR9SPZg0grrPO

library-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/rope-utf16-splay-0.4.0.0-HMK0XL0RGcR9SPZg0grrPO

library-dirs-static:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/rope-utf16-splay-0.4.0.0-HMK0XL0RGcR9SPZg0grrPO

dynamic-library-dirs: /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1
data-dir:
    /usr/pkg/share/aarch64-netbsd-ghc-9.10.1/rope-utf16-splay-0.4.0.0

hs-libraries:         HSrope-utf16-splay-0.4.0.0-HMK0XL0RGcR9SPZg0grrPO
depends:              base-4.20.0.0-inplace text-2.1.1-inplace
haddock-interfaces:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.10.1/rope-utf16-splay-0.4.0.0/html/rope-utf16-splay.haddock

haddock-html:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.10.1/rope-utf16-splay-0.4.0.0/html
