name:                 HsYAML-aeson
version:              0.2.0.1
visibility:           public
id:                   HsYAML-aeson-0.2.0.1-6LBmdz6maIIKjS4dsasOu7
key:                  HsYAML-aeson-0.2.0.1-6LBmdz6maIIKjS4dsasOu7
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:                  d01a52e7153252ca2ba5f4d03db958fe
exposed:              True
exposed-modules:      Data.YAML.Aeson
import-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/HsYAML-aeson-0.2.0.1-6LBmdz6maIIKjS4dsasOu7

library-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/HsYAML-aeson-0.2.0.1-6LBmdz6maIIKjS4dsasOu7

library-dirs-static:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/HsYAML-aeson-0.2.0.1-6LBmdz6maIIKjS4dsasOu7

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

hs-libraries:         HSHsYAML-aeson-0.2.0.1-6LBmdz6maIIKjS4dsasOu7
depends:
    HsYAML-0.2.1.4-JEGnlGBwQCWKsvz9eUh9km
    aeson-2.2.3.0-7XnCskwqBum1iz93aA1K0B base-4.20.0.0-inplace
    bytestring-0.12.1.0-inplace containers-0.7-inplace
    mtl-2.3.1-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/HsYAML-aeson-0.2.0.1/html/HsYAML-aeson.haddock

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