packages feed

aeson-quick-0.2.0: aeson-quick.cabal

cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.34.4.
--
-- see: https://github.com/sol/hpack

name:           aeson-quick
version:        0.2.0
synopsis:       Quick JSON extractions with Aeson
description:    Small DSL on top of Aeson for casual and concise JSON construction and deconstruction.
category:       JSON
homepage:       https://github.com/ssadler/aeson-quick#readme
bug-reports:    https://github.com/ssadler/aeson-quick/issues
author:         Scott Sadler
maintainer:     scott@scottsadler.de
copyright:      2022 Scott Sadler
license:        BSD3
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md
    LICENSE
    ChangeLog.md

source-repository head
  type: git
  location: https://github.com/ssadler/aeson-quick

library
  exposed-modules:
      Data.Aeson.Quick
      Data.Aeson.Quick.Internal
  other-modules:
      Paths_aeson_quick
  hs-source-dirs:
      src
  build-depends:
      aeson
    , attoparsec
    , base >=4.7 && <5
    , deepseq
    , template-haskell
    , text
    , unordered-containers
    , vector
  default-language: Haskell2010

test-suite aeson-quick-test
  type: exitcode-stdio-1.0
  main-is: Test.hs
  other-modules:
      Paths_aeson_quick
  hs-source-dirs:
      test
  ghc-options: -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      QuickCheck
    , aeson
    , aeson-quick
    , attoparsec
    , base >=4.7 && <5
    , bytestring
    , deepseq
    , microlens
    , tasty
    , tasty-hunit
    , tasty-quickcheck
    , template-haskell
    , text
    , unordered-containers
    , vector
  default-language: Haskell2010

benchmark criterion-benchmarks
  type: exitcode-stdio-1.0
  main-is: Benchmark.hs
  other-modules:
      Paths_aeson_quick
  hs-source-dirs:
      bench
  ghc-options: -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      aeson
    , aeson-quick
    , attoparsec
    , base >=4.7 && <5
    , bytestring
    , criterion
    , deepseq
    , template-haskell
    , text
    , unordered-containers
    , vector
  default-language: Haskell2010