name:                 cheapskate
version:              0.1.1.2
visibility:           public
id:                   cheapskate-0.1.1.2-3v4JTR45UgbGg2k0qjmKpG
key:                  cheapskate-0.1.1.2-3v4JTR45UgbGg2k0qjmKpG
license:              BSD-3-Clause
copyright:            (C) 2012-2013 John MacFarlane
maintainer:           jgm@berkeley.edu
author:               John MacFarlane
homepage:             http://github.com/jgm/cheapskate
synopsis:             Experimental markdown processor.
description:
    This is an experimental Markdown processor in pure
    Haskell.  It aims to process Markdown efficiently and in
    the most forgiving possible way.  It is designed to deal
    with any input, including garbage, with linear
    performance.  Output is sanitized by default for
    protection against XSS attacks.

    Several markdown extensions are implemented, including
    fenced code blocks, significant list start numbers, and
    autolinked URLs.  See README.markdown for details.

category:             Text
abi:                  c23511823ba2d341be66c405ce9b48ab
exposed:              True
exposed-modules:
    Cheapskate Cheapskate.Html Cheapskate.Parse Cheapskate.Types

hidden-modules:
    Cheapskate.Util Cheapskate.Inlines Cheapskate.ParserCombinators
    Paths_cheapskate

import-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/cheapskate-0.1.1.2-3v4JTR45UgbGg2k0qjmKpG

library-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/cheapskate-0.1.1.2-3v4JTR45UgbGg2k0qjmKpG

library-dirs-static:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/cheapskate-0.1.1.2-3v4JTR45UgbGg2k0qjmKpG

dynamic-library-dirs: /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1
data-dir:             /usr/pkg/share/aarch64-netbsd-ghc-9.10.1/cheapskate-0.1.1.2
hs-libraries:         HScheapskate-0.1.1.2-3v4JTR45UgbGg2k0qjmKpG
depends:
    base-4.20.0.0-inplace blaze-html-0.9.2.0-LOnpVxfnuxD1EkTmlBgXvP
    containers-0.7-inplace data-default-0.8.0.0-2oWsJ52Td01AJaqZepl521
    deepseq-1.5.0.0-inplace mtl-2.3.1-inplace
    syb-0.7.2.4-7KqqPsJi0ji9kJTuxQWr2P text-2.1.1-inplace
    uniplate-1.6.13-EAqTS5j9Qi85Eyk4iNqo2Y
    xss-sanitize-0.3.7.2-DNWymVrFbP9JvgO6KqhYUb

haddock-interfaces:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.10.1/cheapskate-0.1.1.2/html/cheapskate.haddock

haddock-html:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.10.1/cheapskate-0.1.1.2/html
