forked from hadolint/hadolint
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhadolint.cabal
332 lines (325 loc) · 8.69 KB
/
hadolint.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
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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
cabal-version: 2.0
-- This file has been generated from package.yaml by hpack version 0.34.7.
--
-- see: https://github.com/sol/hpack
name: hadolint
version: 2.12.1
synopsis: Dockerfile Linter JavaScript API
description: A smarter Dockerfile linter that helps you build best practice Docker images.
category: Development
homepage: https://github.com/hadolint/hadolint
author: Lukas Martinelli
maintainer: [email protected]
copyright: Lukas Martinelli
license: GPL-3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
source-repository head
type: git
location: [email protected]:hadolint/hadolint.git
flag static
description: Use static linking for the hadolint executable
manual: True
default: True
library
exposed-modules:
Hadolint
Hadolint.Config
Hadolint.Config.Commandline
Hadolint.Config.Configfile
Hadolint.Config.Configuration
Hadolint.Config.Environment
Hadolint.Formatter
Hadolint.Formatter.Checkstyle
Hadolint.Formatter.Codacy
Hadolint.Formatter.Codeclimate
Hadolint.Formatter.Format
Hadolint.Formatter.Gnu
Hadolint.Formatter.Json
Hadolint.Formatter.Sarif
Hadolint.Formatter.SonarQube
Hadolint.Formatter.TTY
Hadolint.Lint
Hadolint.Meta
Hadolint.Pragma
Hadolint.Process
Hadolint.Rule
Hadolint.Rule.DL1001
Hadolint.Rule.DL3000
Hadolint.Rule.DL3001
Hadolint.Rule.DL3002
Hadolint.Rule.DL3003
Hadolint.Rule.DL3004
Hadolint.Rule.DL3005
Hadolint.Rule.DL3006
Hadolint.Rule.DL3007
Hadolint.Rule.DL3008
Hadolint.Rule.DL3009
Hadolint.Rule.DL3010
Hadolint.Rule.DL3011
Hadolint.Rule.DL3012
Hadolint.Rule.DL3013
Hadolint.Rule.DL3014
Hadolint.Rule.DL3015
Hadolint.Rule.DL3016
Hadolint.Rule.DL3018
Hadolint.Rule.DL3019
Hadolint.Rule.DL3020
Hadolint.Rule.DL3021
Hadolint.Rule.DL3022
Hadolint.Rule.DL3023
Hadolint.Rule.DL3024
Hadolint.Rule.DL3025
Hadolint.Rule.DL3026
Hadolint.Rule.DL3027
Hadolint.Rule.DL3028
Hadolint.Rule.DL3029
Hadolint.Rule.DL3030
Hadolint.Rule.DL3032
Hadolint.Rule.DL3033
Hadolint.Rule.DL3034
Hadolint.Rule.DL3035
Hadolint.Rule.DL3036
Hadolint.Rule.DL3037
Hadolint.Rule.DL3038
Hadolint.Rule.DL3040
Hadolint.Rule.DL3041
Hadolint.Rule.DL3042
Hadolint.Rule.DL3043
Hadolint.Rule.DL3044
Hadolint.Rule.DL3045
Hadolint.Rule.DL3046
Hadolint.Rule.DL3047
Hadolint.Rule.DL3048
Hadolint.Rule.DL3049
Hadolint.Rule.DL3050
Hadolint.Rule.DL3051
Hadolint.Rule.DL3052
Hadolint.Rule.DL3053
Hadolint.Rule.DL3054
Hadolint.Rule.DL3055
Hadolint.Rule.DL3056
Hadolint.Rule.DL3057
Hadolint.Rule.DL3058
Hadolint.Rule.DL3059
Hadolint.Rule.DL3060
Hadolint.Rule.DL3061
Hadolint.Rule.DL4000
Hadolint.Rule.DL4001
Hadolint.Rule.DL4003
Hadolint.Rule.DL4004
Hadolint.Rule.DL4005
Hadolint.Rule.DL4006
Hadolint.Rule.Shellcheck
Hadolint.Shell
other-modules:
Paths_hadolint
autogen-modules:
Paths_hadolint
hs-source-dirs:
src
default-extensions:
DeriveAnyClass
DeriveGeneric
NamedFieldPuns
OverloadedStrings
PatternSynonyms
RecordWildCards
ScopedTypeVariables
StrictData
TemplateHaskell
TupleSections
ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints -optP-Wno-nonportable-include-path -flate-dmd-anal
build-depends:
Cabal
, HsYAML
, ShellCheck >=0.8.0
, aeson
, base >=4.8 && <5
, bytestring
, colourista
, containers
, cryptonite
, data-default
, deepseq >=1.4.4 && <1.5
, directory >=1.3.0
, email-validate
, filepath
, foldl
, gitrev >=1.3.1
, ilist
, language-docker >=12.0.0 && <13
, megaparsec >=9.0.0
, mtl
, network-uri
, optparse-applicative >=0.14.0
, parallel
, parsec >=3.1.14
, prettyprinter >=1.7.0
, semver
, spdx
, split >=0.2
, text
, time
, timerep >=2.0
, void
default-language: Haskell2010
executable hadolint
main-is: Main.hs
other-modules:
Paths_hadolint
autogen-modules:
Paths_hadolint
hs-source-dirs:
app
default-extensions:
DeriveAnyClass
DeriveGeneric
NamedFieldPuns
OverloadedStrings
PatternSynonyms
RecordWildCards
ScopedTypeVariables
StrictData
TemplateHaskell
TupleSections
ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints -optP-Wno-nonportable-include-path -flate-dmd-anal -O2 -threaded -rtsopts "-with-rtsopts=-N5 -A4m"
build-depends:
base >=4.8 && <5
, containers
, data-default
, hadolint
, language-docker >=12.0.0 && <13
, megaparsec >=9.0.0
, optparse-applicative >=0.14.0
, prettyprinter >=1.7.0
, text
if flag(static) && !(os(osx))
ld-options: -static -pthread
default-language: Haskell2010
test-suite hadolint-unit-tests
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
Hadolint.Config.CommandlineSpec
Hadolint.Config.ConfigfileSpec
Hadolint.Config.ConfigurationSpec
Hadolint.Config.EnvironmentSpec
Hadolint.Config.SpecHook
Hadolint.Formatter.GnuSpec
Hadolint.Formatter.ParseErrorSpec
Hadolint.Formatter.SarifSpec
Hadolint.Formatter.TTYSpec
Hadolint.PragmaSpec
Hadolint.Rule.DL1001Spec
Hadolint.Rule.DL3000Spec
Hadolint.Rule.DL3001Spec
Hadolint.Rule.DL3002Spec
Hadolint.Rule.DL3003Spec
Hadolint.Rule.DL3004Spec
Hadolint.Rule.DL3005Spec
Hadolint.Rule.DL3006Spec
Hadolint.Rule.DL3007Spec
Hadolint.Rule.DL3008Spec
Hadolint.Rule.DL3009Spec
Hadolint.Rule.DL3010Spec
Hadolint.Rule.DL3011Spec
Hadolint.Rule.DL3012Spec
Hadolint.Rule.DL3013Spec
Hadolint.Rule.DL3014Spec
Hadolint.Rule.DL3015Spec
Hadolint.Rule.DL3016Spec
Hadolint.Rule.DL3018Spec
Hadolint.Rule.DL3019Spec
Hadolint.Rule.DL3020Spec
Hadolint.Rule.DL3021Spec
Hadolint.Rule.DL3022Spec
Hadolint.Rule.DL3023Spec
Hadolint.Rule.DL3024Spec
Hadolint.Rule.DL3025Spec
Hadolint.Rule.DL3026Spec
Hadolint.Rule.DL3027Spec
Hadolint.Rule.DL3028Spec
Hadolint.Rule.DL3029Spec
Hadolint.Rule.DL3030Spec
Hadolint.Rule.DL3032Spec
Hadolint.Rule.DL3033Spec
Hadolint.Rule.DL3034Spec
Hadolint.Rule.DL3035Spec
Hadolint.Rule.DL3036Spec
Hadolint.Rule.DL3037Spec
Hadolint.Rule.DL3038Spec
Hadolint.Rule.DL3040Spec
Hadolint.Rule.DL3041Spec
Hadolint.Rule.DL3042Spec
Hadolint.Rule.DL3043Spec
Hadolint.Rule.DL3044Spec
Hadolint.Rule.DL3045Spec
Hadolint.Rule.DL3046Spec
Hadolint.Rule.DL3047Spec
Hadolint.Rule.DL3048Spec
Hadolint.Rule.DL3049Spec
Hadolint.Rule.DL3050Spec
Hadolint.Rule.DL3051Spec
Hadolint.Rule.DL3052Spec
Hadolint.Rule.DL3053Spec
Hadolint.Rule.DL3054Spec
Hadolint.Rule.DL3055Spec
Hadolint.Rule.DL3056Spec
Hadolint.Rule.DL3057Spec
Hadolint.Rule.DL3058Spec
Hadolint.Rule.DL3059Spec
Hadolint.Rule.DL3060Spec
Hadolint.Rule.DL3061Spec
Hadolint.Rule.DL4000Spec
Hadolint.Rule.DL4001Spec
Hadolint.Rule.DL4003Spec
Hadolint.Rule.DL4004Spec
Hadolint.Rule.DL4005Spec
Hadolint.Rule.DL4006Spec
Hadolint.Rule.ShellcheckSpec
Hadolint.ShellSpec
Helpers
RegressionSpec
Paths_hadolint
autogen-modules:
Paths_hadolint
hs-source-dirs:
test
default-extensions:
DeriveAnyClass
DeriveGeneric
NamedFieldPuns
OverloadedStrings
PatternSynonyms
RecordWildCards
ScopedTypeVariables
StrictData
TemplateHaskell
TupleSections
ImplicitParams
OverloadedLists
ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints -optP-Wno-nonportable-include-path -flate-dmd-anal
build-tool-depends:
hspec-discover:hspec-discover ==2.*
build-depends:
HUnit >=1.2
, HsYAML
, ShellCheck >=0.8.0
, aeson
, base >=4.8 && <5
, bytestring >=0.10
, containers
, data-default
, foldl
, hadolint
, hspec >=2.8.3
, language-docker >=12.0.0 && <13
, megaparsec >=9.0.0
, optparse-applicative >=0.14.0
, silently
, split >=0.2
, text
default-language: Haskell2010