-
Notifications
You must be signed in to change notification settings - Fork 1
/
tagged-aeson.cabal
94 lines (89 loc) · 2.77 KB
/
tagged-aeson.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
86
87
88
89
90
91
92
93
94
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.31.1.
--
-- see: https://github.com/sol/hpack
--
-- hash: 6693c332550e8d371f7cdccca216060a6ddd9549d15f4cb031c8aaa291cfe5c6
name: tagged-aeson
version: 1.0.0
synopsis: Have many Aeson instances for the same type!
description: This package provides alternative 'FromJSON' and 'ToJSON' classes
that come equipped with a tag. This lets you have several different
Aeson instances for the same type.
category: Text, Web, JSON
homepage: https://github.com/monadfix/tagged-aeson
bug-reports: https://github.com/monadfix/tagged-aeson/issues
author: Artyom Kazak
maintainer: Monadfix <[email protected]>
license: BSD3
license-file: LICENSE
tested-with: ghc ==8.6.4 ghc ==8.4.4
build-type: Simple
extra-source-files:
CHANGELOG.md
source-repository head
type: git
location: git://github.com/monadfix/tagged-aeson.git
library
exposed-modules:
Data.Aeson.Tagged
Data.Aeson.Tagged.TH
Data.Aeson.Tagged.Aeson
Data.Aeson.Tagged.Wrapped
Data.Aeson.Tagged.Classes
Data.Aeson.Tagged.Explicit
other-modules:
Paths_tagged_aeson
hs-source-dirs:
lib
default-extensions: ScopedTypeVariables TypeApplications RankNTypes KindSignatures PolyKinds LambdaCase ViewPatterns DefaultSignatures DerivingStrategies FlexibleInstances PatternSynonyms MultiParamTypeClasses FunctionalDependencies DeriveLift StandaloneDeriving TypeOperators
ghc-options: -Wall -Wno-unused-do-bind
build-depends:
aeson
, base >=4.8 && <5
, base-prelude
, containers
, deepseq
, dlist
, hashable
, scientific
, template-haskell >=2.12 && <2.15
, text
, th-lift
, type-errors
, uniplate
, unordered-containers
, vector
default-language: Haskell2010
test-suite tests
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
Data.Aeson.Tagged.AesonSpec
Data.Aeson.Tagged.ExplicitSpec
Data.Aeson.Tagged.THSpec
Types
Utils
Paths_tagged_aeson
hs-source-dirs:
test
default-extensions: ScopedTypeVariables TypeApplications RankNTypes KindSignatures PolyKinds LambdaCase ViewPatterns DefaultSignatures DerivingStrategies FlexibleInstances PatternSynonyms MultiParamTypeClasses FunctionalDependencies DeriveLift StandaloneDeriving TypeOperators
ghc-options: -Wall -Wno-unused-do-bind
build-depends:
aeson
, base >=4.8 && <5
, base-prelude
, constraints
, containers
, deepseq
, hashable
, hedgehog
, hspec
, hw-hspec-hedgehog
, tagged-aeson
, template-haskell >=2.12 && <2.15
, text
, th-lift
, unordered-containers
, vector
default-language: Haskell2010