-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.yaml
80 lines (67 loc) · 1.76 KB
/
package.yaml
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
name: registry-aeson
version: 0.3.1.0
synopsis: Aeson encoders / decoders
description: This library provides encoders / decoders which can be easily customized for the Aeson format.
extra-source-files: README.md
category: Data
license: MIT
license-file: LICENSE.txt
maintainer: [email protected]
git: https://github.com/etorreborre/registry-aeson
language: GHC2021
ghc-options: -Wall
-Wcompat
-Wincomplete-record-updates
-fhide-source-paths
-fprint-potential-instances
-fno-warn-partial-type-signatures
-optP-Wno-nonportable-include-path
default-extensions:
- DefaultSignatures
- DerivingStrategies
- FunctionalDependencies
- GADTs
- LambdaCase
- MultiWayIf
- NoImplicitPrelude
- OverloadedStrings
- PatternSynonyms
- StrictData
- TemplateHaskell
- TypeFamilies
- TypeFamilyDependencies
dependencies:
- base >= 4.7 && < 5
- containers >= 0.2 && < 1
- aeson >= 2 && < 3
- bytestring >= 0.10 && < 1
- protolude >= 0.3 && < 0.4
- registry >= 0.4 && < 1
- template-haskell >= 2.13 && < 3.0
- text >= 1 && < 3
- transformers >= 0.5 && < 2
- unordered-containers >= 0.2 && < 1
- vector >= 0.1 && < 1
library:
source-dirs: src
ghc-options: -Wincomplete-uni-patterns
tests:
spec:
main: test.hs
source-dirs:
- test
dependencies:
- hedgehog
- registry-hedgehog
- registry-aeson
- string-qq
- tasty
- time
ghc-options: -threaded
-rtsopts
-with-rtsopts=-N
-fno-warn-orphans
-fno-warn-missing-signatures
-fno-warn-incomplete-uni-patterns
-fno-warn-type-defaults
-optP-Wno-nonportable-include-path