name: json2yaml version: 0.2.3 license: BSD3 license-file: LICENSE author: Michael Snoyman maintainer: Michael Snoyman synopsis: Utility to convert a file from JSON to YAML format. 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 , data-object >= 0.3 && < 0.4 , data-object-yaml >= 0.3.3 && < 0.4 , data-object-json >= 0.3.1.3 && < 0.4 , bytestring >= 0.9.1.4 && < 0.10 ghc-options: -Wall main-is: json2yaml.hs