name:                 rfc5051
version:              0.2
visibility:           public
id:                   rfc5051-0.2-2Tcr9d8ErtPFqoyFBjlRqk
key:                  rfc5051-0.2-2Tcr9d8ErtPFqoyFBjlRqk
license:              BSD-3-Clause
copyright:            (C) 2013 John MacFarlane
maintainer:           jgm@berkeley.edu
author:               John MacFarlane
synopsis:             Simple unicode collation as per RFC5051.
description:
    This library implements @i;unicode-casemap@,
    the simple, non locale-sensitive unicode collation
    algorithm described in RFC 5051 (<http://www.rfc-editor.org/rfc/rfc5051.txt>).
    Proper unicode collation can be done using text-icu, but that is a big
    dependency that depends on a large C library, and rfc5051 might be better
    for some purposes.

    Here is a list of strings sorted by the Prelude's @sort@ function:

    Abe Oeb abe ab&#233; oeb &#193;be &#196;be &#212;eb &#225;be &#228;be &#244;eb.

    Here is the same list sorted by @sortBy compareUnicode@:

    Abe abe ab&#233; &#193;be &#225;be &#196;be &#228;be Oeb oeb &#212;eb &#244;eb

category:             Text
abi:                  be15d785dd7556dc656f39dcd6023606
exposed:              True
exposed-modules:      Data.RFC5051
hidden-modules:       Data.RFC5051.UnicodeData
import-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/rfc5051-0.2-2Tcr9d8ErtPFqoyFBjlRqk

library-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/rfc5051-0.2-2Tcr9d8ErtPFqoyFBjlRqk

library-dirs-static:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/rfc5051-0.2-2Tcr9d8ErtPFqoyFBjlRqk

dynamic-library-dirs: /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1
data-dir:             /usr/pkg/share/aarch64-netbsd-ghc-9.10.1/rfc5051-0.2
hs-libraries:         HSrfc5051-0.2-2Tcr9d8ErtPFqoyFBjlRqk
depends:
    base-4.20.0.0-inplace containers-0.7-inplace text-2.1.1-inplace

haddock-interfaces:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.10.1/rfc5051-0.2/html/rfc5051.haddock

haddock-html:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.10.1/rfc5051-0.2/html
