aeson-picker-0.1.0.6: aeson-picker.cabal
name: aeson-picker
version: 0.1.0.6
synopsis: Tiny library to get fields from JSON format
description: Tiny library to get fields from JSON format
homepage: https://github.com/biocad/aeson-picker#readme
bug-reports: https://github.com/biocad/aeson-picker/issues
author: Bogdan Neterebskii
maintainer: bog2dan1@gmail.com, kolmax94@gmail.com
copyright: (c) 2019, Bogdan Neterebskii
stability: experimental
category: Text, Web, JSON
license: BSD3
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10
tested-with:
GHC ==8.10.7
|| ==9.0.2
|| ==9.2.2
extra-source-files:
CHANGELOG.md
README.md
source-repository head
type: git
location: https://github.com/biocad/aeson-picker
library
hs-source-dirs: src
exposed-modules: Data.Aeson.Picker
build-depends: base >=4.7 && <5
, aeson >= 1.2 && < 3
, lens >= 4.15 && < 6
, lens-aeson >= 1.0 && < 1.3
, text >= 1.2 && < 2.1
default-language: Haskell2010
test-suite aeson-picker-test
type: exitcode-stdio-1.0
main-is: Spec.hs
hs-source-dirs: test
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends: base >=4.7 && < 5
, aeson-picker
, hspec >= 2.4 && < 3
, text
default-language: Haskell2010