-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
stack.yaml
119 lines (113 loc) · 2.86 KB
/
stack.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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
resolver: lts-22.22
packages:
- bevel-api
- bevel-api-gen
- bevel-api-server
- bevel-api-server-data
- bevel-api-server-data-gen
- bevel-api-server-gen
- bevel-cli
- bevel-client
- bevel-client-data
- bevel-client-data-gen
- bevel-data
- bevel-data-gen
extra-deps:
- github: NorfairKing/token-limiter-concurrent
commit: 50466d2b9fae420e3f7bb5102187506dd64e6d23
subdirs:
- token-limiter-concurrent
- github: NorfairKing/necrork
commit: 510ab6bf191fa2cf84baebee0c0ec668e50c0040
subdirs:
- necrork
- github: NorfairKing/looper
commit: 8dcec153ccdb61db9603b6a1d6dee6c551dcc329
subdirs:
- looper
- github: NorfairKing/opt-env-conf
commit: c23d64ec23eae882729ad380d2be515847bfff5f
subdirs:
- opt-env-conf
- opt-env-conf-test
- github: NorfairKing/safe-coloured-text
commit: 26b7657428f277f819a0831cbddddb7f4c5408f9
subdirs:
- safe-coloured-text
- safe-coloured-text-layout
- safe-coloured-text-terminfo
- github: NorfairKing/autodocodec
commit: be4aba9ef133520a8a4087aa26915aaabf1376a7
subdirs:
- autodocodec
- autodocodec-schema
- autodocodec-yaml
- autodocodec-nix
- github: NorfairKing/sydtest
commit: 6be618a53366d2453ba55da6cddc119d6d589916
subdirs:
- sydtest
- sydtest-aeson
- sydtest-discover
- sydtest-hspec
- sydtest-persistent
- sydtest-persistent-sqlite
- sydtest-process
- sydtest-servant
- sydtest-typed-process
- sydtest-wai
- sydtest-yesod
- github: NorfairKing/appendful
commit: 9100ac7fb88e8bb0357e6c648d1b5b404efcd4f8
subdirs:
- appendful
- appendful-persistent
- genvalidity-appendful
- github: NorfairKing/validity
commit: a251897dc1eb7e851fd4d3dbc6fa976d22388f27
subdirs:
- validity
- validity-aeson
- validity-bytestring
- validity-containers
- validity-path
- validity-persistent
- validity-primitive
- validity-scientific
- validity-text
- validity-time
- validity-unordered-containers
- validity-uuid
- validity-vector
- genvalidity
- genvalidity-aeson
- genvalidity-bytestring
- genvalidity-containers
- genvalidity-criterion
- genvalidity-hspec
- genvalidity-hspec-aeson
- genvalidity-hspec-binary
- genvalidity-hspec-cereal
- genvalidity-hspec-hashable
- genvalidity-hspec-optics
- genvalidity-hspec-persistent
- genvalidity-path
- genvalidity-persistent
- genvalidity-property
- genvalidity-scientific
- genvalidity-sydtest
- genvalidity-sydtest-aeson
- genvalidity-sydtest-hashable
- genvalidity-sydtest-lens
- genvalidity-sydtest-persistent
- genvalidity-text
- genvalidity-time
- genvalidity-unordered-containers
- genvalidity-uuid
- genvalidity-vector
ghc-options:
"$locals": -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates -Wpartial-fields -Widentities -Wredundant-constraints -Wcpp-undef
system-ghc: true
nix:
enable: false
with-hpack: hpack