name:                 xml-types
version:              0.3.8
visibility:           public
id:                   xml-types-0.3.8-FwSR3o5KEB5Crfesb7jmPZ
key:                  xml-types-0.3.8-FwSR3o5KEB5Crfesb7jmPZ
license:              MIT
maintainer:           Stephen Paul Weber <singpolyma@singpolyma.net>
author:               John Millikin <jmillikin@gmail.com>
stability:            experimental
homepage:             https://git.singpolyma.net/xml-types-haskell
synopsis:             Basic types for representing XML
description:
    Basic types for representing XML.

    The idea is to have a full set of appropriate types, which various XML
    libraries can share. Instead of having equivalent-but-incompatible types
    for every binding, parser, or client, they all share the same types can
    can thus interoperate easily.

    This library contains complete types for most parts of an XML document,
    including the prologue, node tree, and doctype. Some basic combinators
    are included for common tasks, including traversing the node tree and
    filtering children.

category:             Text, XML
abi:                  fce2b9a9ccfc7394b1e3436a0c6f07d5
exposed:              True
exposed-modules:      Data.XML.Types
import-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/xml-types-0.3.8-FwSR3o5KEB5Crfesb7jmPZ

library-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/xml-types-0.3.8-FwSR3o5KEB5Crfesb7jmPZ

library-dirs-static:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/xml-types-0.3.8-FwSR3o5KEB5Crfesb7jmPZ

dynamic-library-dirs: /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1
data-dir:             /usr/pkg/share/aarch64-netbsd-ghc-9.10.1/xml-types-0.3.8
hs-libraries:         HSxml-types-0.3.8-FwSR3o5KEB5Crfesb7jmPZ
depends:
    base-4.20.0.0-inplace deepseq-1.5.0.0-inplace text-2.1.1-inplace

haddock-interfaces:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.10.1/xml-types-0.3.8/html/xml-types.haddock

haddock-html:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.10.1/xml-types-0.3.8/html
