packages feed

aeson-match-qq-1.0.0: aeson-match-qq.cabal

cabal-version: 1.12

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

name:           aeson-match-qq
version:        1.0.0
synopsis:       Matching Aeson values with a quasiquoter
description:    See README.markdown
category:       Web
maintainer:     matvey.aksenov@gmail.com
copyright:      Matvey Aksenov 2020
license:        BSD2
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.markdown

library
  exposed-modules:
      Aeson.Match.QQ
      Aeson.Match.QQ.Internal.Match
      Aeson.Match.QQ.Internal.Parse
      Aeson.Match.QQ.Internal.Value
  other-modules:
      Paths_aeson_match_qq
  hs-source-dirs:
      src
  ghc-options: -funbox-strict-fields -Wall
  build-depends:
      aeson
    , attoparsec
    , base >=4.7 && <5
    , bytestring
    , either
    , haskell-src-meta
    , scientific
    , template-haskell
    , text
    , unordered-containers
    , vector
  default-language: Haskell2010

test-suite spec
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      Aeson.Match.QQSpec
      Paths_aeson_match_qq
  hs-source-dirs:
      test
  ghc-options: -Wall -threaded -with-rtsopts=-N
  build-depends:
      aeson
    , aeson-match-qq
    , aeson-qq
    , base >=4.7 && <5
    , hspec
    , unordered-containers
  default-language: Haskell2010