name:                 HsYAML-aeson
version:              0.2.0.1
visibility:           public
id:                   HsYAML-aeson-0.2.0.1-GEvcnGqlaGn2Ad4Q6Ccsfq
key:                  HsYAML-aeson-0.2.0.1-GEvcnGqlaGn2Ad4Q6Ccsfq
license:              GPL-2.0-or-later
copyright:            2018-2019 Herbert Valerio Riedel
maintainer:           hvr@gnu.org, Andreas Abel
author:               Herbert Valerio Riedel
synopsis:             JSON to YAML Adapter
description:
    The [YAML 1.2](https://yaml.org/spec/1.2/spec.html) format provides
    a much richer data-model and feature-set
    than the [JavaScript Object Notation (JSON)](https://tools.ietf.org/html/rfc7159) format.
    However, sometimes it's desirable to ignore the extra capabilities
    and treat YAML as if it was merely a more convenient markup format
    for humans to write JSON data. To this end this module provides a
    compatibility layer atop [HsYAML](https://hackage.haskell.org/package/HsYAML)
    which allows decoding YAML documents in the more limited JSON data-model while also providing
    convenience by reusing [aeson](https://hackage.haskell.org/package/aeson)'s
    'FromJSON' instances for decoding the YAML data into native Haskell data types.

category:             Text, Codec, Web, JSON, YAML
abi:                  6b8c53f2de0a06dc997914f1cc8a9658
exposed:              True
exposed-modules:      Data.YAML.Aeson
import-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.8.2/HsYAML-aeson-0.2.0.1-GEvcnGqlaGn2Ad4Q6Ccsfq

library-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.8.2/HsYAML-aeson-0.2.0.1-GEvcnGqlaGn2Ad4Q6Ccsfq

library-dirs-static:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.8.2/HsYAML-aeson-0.2.0.1-GEvcnGqlaGn2Ad4Q6Ccsfq

dynamic-library-dirs: /usr/pkg/lib/aarch64-netbsd-ghc-9.8.2
data-dir:
    /usr/pkg/share/aarch64-netbsd-ghc-9.8.2/HsYAML-aeson-0.2.0.1

hs-libraries:         HSHsYAML-aeson-0.2.0.1-GEvcnGqlaGn2Ad4Q6Ccsfq
depends:
    HsYAML-0.2.1.4-16dwTzJgRENDNWiF6n8yke
    aeson-2.2.1.0-FdX3Pq5v5k8rGWMpYlHYh base-4.19.1.0-inplace
    bytestring-0.12.1.0-inplace containers-0.6.8-inplace
    mtl-2.3.1-inplace scientific-0.3.7.0-1p9ffZy93J5KDTVEUFCJ7m
    text-2.1.1-inplace
    unordered-containers-0.2.20-5Qixj11gStfGuv5JtL1LiN
    vector-0.13.1.0-K9L0R0MUB9huYC6wi7vj

haddock-interfaces:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.8.2/HsYAML-aeson-0.2.0.1/html/HsYAML-aeson.haddock

haddock-html:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.8.2/HsYAML-aeson-0.2.0.1/html
