cabal-version: 3.0 name: one-line-aeson-text version: 0.1.0.5 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 extra-source-files: *.md source-repository head type: git location: https://github.com/typeclasses/one-line-aeson-text common base default-language: Haskell2010 build-depends: , aeson ^>= 2.0.3 || ^>= 2.1 , base ^>= 4.14 || ^>= 4.15 || ^>= 4.16 || ^>= 4.17 , text ^>= 1.2.4 || ^>= 2.0 library import: base hs-source-dirs: src exposed-modules: Data.Aeson.OneLine test-suite test-one-line-aeson-text import: base hs-source-dirs: test type: exitcode-stdio-1.0 main-is: Main.hs build-depends: , one-line-aeson-text