name:                 text-short
version:              0.1.6
visibility:           public
id:                   text-short-0.1.6-K33fPwfLXoU1miOPpz6Ovz
key:                  text-short-0.1.6-K33fPwfLXoU1miOPpz6Ovz
license:              BSD-3-Clause
maintainer:           hvr@gnu.org
author:               Herbert Valerio Riedel
synopsis:             Memory-efficient representation of Unicode text strings
description:
    This package provides the 'ShortText' type which is suitable for keeping many short strings in memory. This is similiar to how 'ShortByteString' relates to 'ByteString'.

    The main difference between 'Text' and 'ShortText' is that 'ShortText' doesn't support zero-copy slicing (thereby saving 2 words), and, compared to text-1.*, that it uses UTF-8 instead of UTF-16 internally. Consequently, the memory footprint of a (boxed) 'ShortText' value is 4 words (2 words when unboxed) plus the length of the UTF-8 encoded payload.

category:             Data
abi:                  f0f5117834eac823d9724992b8237ff8
exposed:              True
exposed-modules:
    Data.Text.Short Data.Text.Short.Partial Data.Text.Short.Unsafe

hidden-modules:       Data.Text.Short.Internal PrimOps
import-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/text-short-0.1.6-K33fPwfLXoU1miOPpz6Ovz

library-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/text-short-0.1.6-K33fPwfLXoU1miOPpz6Ovz

library-dirs-static:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/text-short-0.1.6-K33fPwfLXoU1miOPpz6Ovz

dynamic-library-dirs: /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1
data-dir:             /usr/pkg/share/aarch64-netbsd-ghc-9.10.1/text-short-0.1.6
hs-libraries:         HStext-short-0.1.6-K33fPwfLXoU1miOPpz6Ovz
depends:
    base-4.20.0.0-inplace binary-0.8.9.2-inplace
    bytestring-0.12.1.0-inplace deepseq-1.5.0.0-inplace
    ghc-prim-0.11.0-inplace hashable-1.5.0.0-93vVlDWTvOTF1kJlBpPOXB
    template-haskell-2.22.0.0-inplace text-2.1.1-inplace

haddock-interfaces:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.10.1/text-short-0.1.6/html/text-short.haddock

haddock-html:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.10.1/text-short-0.1.6/html
