cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.38.1.
--
-- see: https://github.com/sol/hpack
name: aeson-match-qq
version: 1.9.0
synopsis: Declarative JSON matchers.
description: See README.markdown
category: Web
homepage: https://github.com/supki/aeson-match-qq#readme
bug-reports: https://github.com/supki/aeson-match-qq/issues
maintainer: matvey.aksenov@gmail.com
copyright: Matvey Aksenov 2022
license: BSD2
license-file: LICENSE
build-type: Simple
tested-with:
GHC==9.8.4
extra-source-files:
README.markdown
CHANGELOG.markdown
source-repository head
type: git
location: https://github.com/supki/aeson-match-qq
library
exposed-modules:
Aeson.Match.QQ
Aeson.Match.QQ.Internal.AesonUtils
Aeson.Match.QQ.Internal.Match
Aeson.Match.QQ.Internal.Parse
Aeson.Match.QQ.Internal.PrettyPrint
Aeson.Match.QQ.Internal.Value
other-modules:
Paths_aeson_match_qq
hs-source-dirs:
src
default-extensions:
ImportQualifiedPost
ghc-options: -funbox-strict-fields -Wall -Wno-incomplete-uni-patterns
build-depends:
aeson
, attoparsec
, attoparsec-aeson
, base >=4.14 && <5
, bytestring
, case-insensitive
, containers
, either
, haskell-src-meta
, pretty
, 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.QQ.Internal.ParseSpec
Aeson.Match.QQ.Internal.PrettyPrintSpec
Aeson.Match.QQSpec
Paths_aeson_match_qq
hs-source-dirs:
test
default-extensions:
ImportQualifiedPost
ghc-options: -Wall -Wno-incomplete-uni-patterns -threaded -with-rtsopts=-N
build-tool-depends:
hspec-discover:hspec-discover
build-depends:
aeson
, aeson-match-qq
, aeson-qq
, base >=4.14 && <5
, hspec
, unordered-containers
default-language: Haskell2010