name: one-line-aeson-text version: 0.1.0.0 category: Text, JSON synopsis: Pretty-printing short Aeson values as text. description: A very simply pretty-printer for Aeson values that produces single-line output, which you may want for displaying short JSON data in log files. homepage: https://github.com/typeclasses/one-line-aeson-text bug-reports: https://github.com/typeclasses/one-line-aeson-text/issues author: Chris Martin maintainer: Chris Martin, Julie Moronuki copyright: 2018 Typeclass Consulting, LLC license: Apache-2.0 license-file: license.txt build-type: Simple cabal-version: >= 1.10 extra-source-files: README.md source-repository head type: git location: https://github.com/typeclasses/one-line-aeson-text library default-language: Haskell2010 hs-source-dirs: src build-depends: aeson , base >=4.7 && <5 , text , unordered-containers exposed-modules: Data.Aeson.OneLine test-suite doctest default-language: Haskell2010 hs-source-dirs: test type: exitcode-stdio-1.0 main-is: doctest.hs build-depends: base >=4.7 && <5 , doctest