jsonl-0.1.0.0: jsonl.cabal
name: jsonl
version: 0.1.0.0
synopsis: JSON Lines
description: Parse and serialize the JSONL format via @aeson@'s ToJSON/FromJSON
homepage: https://github.com/unfoldml/jsonl
license: BSD3
license-file: LICENSE
author: Marco Zocca
maintainer: UnfoldML AB
copyright: (c) 2022 UnfoldML AB, Marco Zocca
category: JSON, Web, Text
build-type: Simple
extra-source-files: README.md
cabal-version: >=1.10
tested-with: GHC == 7.10.2
library
default-language: Haskell2010
ghc-options: -Wall
hs-source-dirs: src
exposed-modules: JSONL
build-depends: base >= 4.7 && < 5
, aeson
, bytestring
-- executable jsonl
-- default-language: Haskell2010
-- ghc-options: -threaded -rtsopts -with-rtsopts=-N
-- hs-source-dirs: app
-- main-is: Main.hs
-- build-depends: base
-- , jsonl
-- test-suite spec
-- default-language: Haskell2010
-- ghc-options: -Wall
-- type: exitcode-stdio-1.0
-- hs-source-dirs: test
-- main-is: Spec.hs
-- build-depends: base
-- , jsonl
-- , hspec
-- , QuickCheck
source-repository head
type: git
location: https://github.com/unfoldml/jsonl