jsop-0.2.0.0: jsop.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.33.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 441c892f8a9863538b25e6aa144e815ae93d754f131af1f0b7819536939ecacd
name: jsop
version: 0.2.0.0
synopsis: Cherry picking in JSON objects
description: Simple single record picking out of nested JSON objects
category: Codec
author: Paolo Veronelli
maintainer: paolo.veronelli@gmail.com
copyright: Global Access GmbH, Paolo Veronelli 2020
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
ChangeLog.md
library
exposed-modules:
Data.JSOP
Data.JSOP.Example
Trie
other-modules:
Paths_jsop
hs-source-dirs:
src
ghc-options: -O2 -Wall
build-depends:
aeson
, base >=4.7 && <5
, containers
, generics-sop
, lens
, lens-aeson
, monoidal-containers
, protolude
, string-interpolate
, tasty
, tasty-discover
, tasty-hspec
, text
, unordered-containers
default-language: Haskell2010
test-suite test
type: exitcode-stdio-1.0
main-is: Driver.hs
other-modules:
Read
Write
Paths_jsop
hs-source-dirs:
test
ghc-options: -threaded -rtsopts -with-rtsopts=-N -O2 -Wall
build-depends:
aeson
, base >=4.7 && <5
, containers
, generics-sop
, jsop
, lens
, lens-aeson
, monoidal-containers
, protolude
, string-interpolate
, tasty
, tasty-discover
, tasty-hspec
, text
, unordered-containers
default-language: Haskell2010