cabal-version: 2.0 name: one-line-aeson-text version: 0.1.0.2 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: 2021 Mission Valley Software LLC license: Apache-2.0 license-file: license.txt build-type: Simple extra-source-files: README.md changelog.txt 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 ^>= 1.4.4 || ^>= 1.5 , base ^>= 4.13 || ^>= 4.14 || ^>= 4.15 , text ^>= 1.2.4 , unordered-containers ^>= 0.2.10 exposed-modules: Data.Aeson.OneLine test-suite test default-language: Haskell2010 hs-source-dirs: test type: exitcode-stdio-1.0 main-is: test.hs build-depends: aeson ^>= 1.4.4 || ^>= 1.5 , base ^>= 4.13 || ^>= 4.14 || ^>= 4.15 , one-line-aeson-text , text ^>= 1.2.4