-- Initial ndjson-conduit.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: ndjson-conduit version: 0.1.0.2 synopsis: Conduit-based parsing and serialization for newline delimited JSON. description: Hackage documentation generation is not reliable. For up to date documentation, please see: . homepage: https://github.com/srijs/haskell-ndjson-conduit license: MIT license-file: LICENSE author: Sam Rijs maintainer: srijs@airpost.net -- copyright: category: Data build-type: Simple -- extra-source-files: cabal-version: >=1.10 library exposed-modules: Data.Conduit.JSON.NewlineDelimited -- other-modules: -- other-extensions: build-depends: base >=4.6 && <5.0, aeson >=0.8, attoparsec >=0.12, bytestring >=0.10, conduit >=1.2 hs-source-dirs: src default-language: Haskell2010