-
Notifications
You must be signed in to change notification settings - Fork 0
/
aeson-match-qq.cabal
85 lines (80 loc) · 2.05 KB
/
aeson-match-qq.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.36.0.
--
-- see: https://github.com/sol/hpack
name: aeson-match-qq
version: 1.7.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: [email protected]
copyright: Matvey Aksenov 2022
license: BSD2
license-file: LICENSE
build-type: Simple
tested-with:
GHC==9.6.5
, GHC==9.8.2
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