name: json2yaml version: 0.3.2.3 license: BSD3 license-file: LICENSE author: Michael Snoyman maintainer: Michael Snoyman synopsis: Utility to convert a file from JSON to YAML format. (deprecated) description: Uses the yaml package, which is built off of libyaml. category: Web stability: stable cabal-version: >= 1.2 build-type: Simple homepage: http://github.com/snoyberg/json2yaml/tree/master executable json2yaml build-depends: base >= 4 && < 5 , aeson >= 0.6 , yaml >= 0.7 , bytestring >= 0.9.1.4 ghc-options: -Wall main-is: json2yaml.hs