name:                 text-short
version:              0.1.5
visibility:           public
id:                   text-short-0.1.5-7YI0d9BayuN8p8RXl9Dfse
key:                  text-short-0.1.5-7YI0d9BayuN8p8RXl9Dfse
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' uses UTF-8 instead of UTF-16 internally and also doesn't support zero-copy slicing (thereby saving 2 words). 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:                  4a900c10226ba3f97f7161a8cd1fa339
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.8.2/text-short-0.1.5-7YI0d9BayuN8p8RXl9Dfse

library-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.8.2/text-short-0.1.5-7YI0d9BayuN8p8RXl9Dfse

library-dirs-static:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.8.2/text-short-0.1.5-7YI0d9BayuN8p8RXl9Dfse

dynamic-library-dirs: /usr/pkg/lib/aarch64-netbsd-ghc-9.8.2
data-dir:             /usr/pkg/share/aarch64-netbsd-ghc-9.8.2/text-short-0.1.5
hs-libraries:         HStext-short-0.1.5-7YI0d9BayuN8p8RXl9Dfse
depends:
    base-4.19.1.0-inplace binary-0.8.9.1-inplace
    bytestring-0.12.1.0-inplace deepseq-1.5.0.0-inplace
    ghc-prim-0.11.0-inplace hashable-1.4.4.0-KxjXsVUVzC32ShXgMIK5TR
    template-haskell-2.21.0.0-inplace text-2.1.1-inplace

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

haddock-html:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.8.2/text-short-0.1.5/html
