name:                 aeson-pretty
version:              0.8.10
visibility:           public
id:                   aeson-pretty-0.8.10-I9T5AB4vkzr4XcSCsVTt0M
key:                  aeson-pretty-0.8.10-I9T5AB4vkzr4XcSCsVTt0M
license:              BSD-3-Clause
copyright:            Copyright 2011 Falko Peters
maintainer:           Martijn Bastiaan <martijn@hmbastiaan.nl>
author:               Falko Peters <falko.peters@gmail.com>
stability:            experimental
homepage:             http://github.com/informatikr/aeson-pretty
synopsis:             JSON pretty-printing library and command-line tool.
description:
    A JSON pretty-printing library compatible with aeson as well as
    a command-line tool to improve readabilty of streams of JSON data.

    The /library/ provides the function "encodePretty". It is a drop-in
    replacement for aeson's "encode" function, producing JSON-ByteStrings for
    human readers.

    The /command-line tool/ reads JSON from stdin and writes prettified JSON
    to stdout. It also offers a complementary "compact"-mode, essentially the
    opposite of pretty-printing. If you specify @-flib-only@ like this

    > cabal install -flib-only aeson-pretty

    the command-line tool will NOT be installed.

category:             Text, Web, JSON, Pretty Printer
abi:                  bc1578b6f544a11983c80390bfb4e416
exposed:              True
exposed-modules:      Data.Aeson.Encode.Pretty
import-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/aeson-pretty-0.8.10-I9T5AB4vkzr4XcSCsVTt0M

library-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/aeson-pretty-0.8.10-I9T5AB4vkzr4XcSCsVTt0M

library-dirs-static:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/aeson-pretty-0.8.10-I9T5AB4vkzr4XcSCsVTt0M

dynamic-library-dirs: /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1
data-dir:
    /usr/pkg/share/aarch64-netbsd-ghc-9.10.1/aeson-pretty-0.8.10

hs-libraries:         HSaeson-pretty-0.8.10-I9T5AB4vkzr4XcSCsVTt0M
depends:
    aeson-2.2.3.0-7XnCskwqBum1iz93aA1K0B base-4.20.0.0-inplace
    base-compat-0.14.1-CW5nOGLvEvh6DCNzb4z84V
    bytestring-0.12.1.0-inplace
    scientific-0.3.8.0-6l8Y8xLgYTW2dohMP28D2Z text-2.1.1-inplace
    unordered-containers-0.2.20-DmA1der3vIe6VwQRGylcdv
    vector-0.13.2.0-IQjxDWDvdFJE3A4jpN00x9

haddock-interfaces:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.10.1/aeson-pretty-0.8.10/html/aeson-pretty.haddock

haddock-html:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.10.1/aeson-pretty-0.8.10/html
