-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathheadroom.cabal
386 lines (379 loc) · 12.9 KB
/
headroom.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
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
cabal-version: 2.2
-- This file has been generated from package.yaml by hpack version 0.35.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: d29d354c65c545533e5805aa91bddec9e52a4a133e2504e2808b6e982f575214
name: headroom
version: 0.5.0.0
synopsis: License Header Manager
description: Would you like to have nice, up-to-date license/copyright headers in your source code files but hate to manage them by hand? Then Headroom is the right tool for you! Now you can define your license header as Mustache template, put all the variables (such as author's name, year, etc.) into the YAML config file and Headroom will take care to add such license headers to all your source code files.
category: Utils
homepage: https://github.com/vaclavsvejcar/headroom
bug-reports: https://github.com/vaclavsvejcar/headroom/issues
author: Vaclav Svejcar
maintainer: [email protected]
copyright: Copyright (c) 2019-2022 Vaclav Svejcar
license: BSD-3-Clause
license-file: LICENSE
build-type: Simple
extra-source-files:
CHANGELOG.md
LICENSE
README.md
embedded/config-file.yaml
embedded/default-config.yaml
embedded/default-global-config.yaml
embedded/license/apache2/c.mustache
embedded/license/apache2/cpp.mustache
embedded/license/apache2/css.mustache
embedded/license/apache2/dart.mustache
embedded/license/apache2/go.mustache
embedded/license/apache2/haskell.mustache
embedded/license/apache2/html.mustache
embedded/license/apache2/java.mustache
embedded/license/apache2/js.mustache
embedded/license/apache2/kotlin.mustache
embedded/license/apache2/php.mustache
embedded/license/apache2/purescript.mustache
embedded/license/apache2/python.mustache
embedded/license/apache2/rust.mustache
embedded/license/apache2/scala.mustache
embedded/license/apache2/shell.mustache
embedded/license/apache2/xml.mustache
embedded/license/bsd3/c.mustache
embedded/license/bsd3/cpp.mustache
embedded/license/bsd3/css.mustache
embedded/license/bsd3/dart.mustache
embedded/license/bsd3/go.mustache
embedded/license/bsd3/haskell.mustache
embedded/license/bsd3/html.mustache
embedded/license/bsd3/java.mustache
embedded/license/bsd3/js.mustache
embedded/license/bsd3/kotlin.mustache
embedded/license/bsd3/php.mustache
embedded/license/bsd3/purescript.mustache
embedded/license/bsd3/python.mustache
embedded/license/bsd3/rust.mustache
embedded/license/bsd3/scala.mustache
embedded/license/bsd3/shell.mustache
embedded/license/bsd3/xml.mustache
embedded/license/gpl2/c.mustache
embedded/license/gpl2/cpp.mustache
embedded/license/gpl2/css.mustache
embedded/license/gpl2/dart.mustache
embedded/license/gpl2/go.mustache
embedded/license/gpl2/haskell.mustache
embedded/license/gpl2/html.mustache
embedded/license/gpl2/java.mustache
embedded/license/gpl2/js.mustache
embedded/license/gpl2/kotlin.mustache
embedded/license/gpl2/php.mustache
embedded/license/gpl2/purescript.mustache
embedded/license/gpl2/python.mustache
embedded/license/gpl2/rust.mustache
embedded/license/gpl2/scala.mustache
embedded/license/gpl2/shell.mustache
embedded/license/gpl2/xml.mustache
embedded/license/gpl3/c.mustache
embedded/license/gpl3/cpp.mustache
embedded/license/gpl3/css.mustache
embedded/license/gpl3/dart.mustache
embedded/license/gpl3/go.mustache
embedded/license/gpl3/haskell.mustache
embedded/license/gpl3/html.mustache
embedded/license/gpl3/java.mustache
embedded/license/gpl3/js.mustache
embedded/license/gpl3/kotlin.mustache
embedded/license/gpl3/php.mustache
embedded/license/gpl3/purescript.mustache
embedded/license/gpl3/python.mustache
embedded/license/gpl3/rust.mustache
embedded/license/gpl3/scala.mustache
embedded/license/gpl3/shell.mustache
embedded/license/gpl3/xml.mustache
embedded/license/mit/c.mustache
embedded/license/mit/cpp.mustache
embedded/license/mit/css.mustache
embedded/license/mit/dart.mustache
embedded/license/mit/go.mustache
embedded/license/mit/haskell.mustache
embedded/license/mit/html.mustache
embedded/license/mit/java.mustache
embedded/license/mit/js.mustache
embedded/license/mit/kotlin.mustache
embedded/license/mit/php.mustache
embedded/license/mit/purescript.mustache
embedded/license/mit/python.mustache
embedded/license/mit/rust.mustache
embedded/license/mit/scala.mustache
embedded/license/mit/shell.mustache
embedded/license/mit/xml.mustache
embedded/license/mpl2/c.mustache
embedded/license/mpl2/cpp.mustache
embedded/license/mpl2/css.mustache
embedded/license/mpl2/dart.mustache
embedded/license/mpl2/go.mustache
embedded/license/mpl2/haskell.mustache
embedded/license/mpl2/html.mustache
embedded/license/mpl2/java.mustache
embedded/license/mpl2/js.mustache
embedded/license/mpl2/kotlin.mustache
embedded/license/mpl2/php.mustache
embedded/license/mpl2/purescript.mustache
embedded/license/mpl2/python.mustache
embedded/license/mpl2/rust.mustache
embedded/license/mpl2/scala.mustache
embedded/license/mpl2/shell.mustache
embedded/license/mpl2/xml.mustache
test-data/test-template.mustache
test-data/code-samples/c/sample1.c
test-data/code-samples/c/sample2.c
test-data/code-samples/cpp/sample1.cpp
test-data/code-samples/cpp/sample2.cpp
test-data/code-samples/css/sample1.css
test-data/code-samples/css/sample2.css
test-data/code-samples/dart/sample1.dart
test-data/code-samples/go/sample1.go
test-data/code-samples/haskell/full.hs
test-data/code-samples/haskell/header-block.hs
test-data/code-samples/haskell/header-line.hs
test-data/code-samples/haskell/sample1.hs
test-data/code-samples/haskell/sample2.hs
test-data/code-samples/haskell/sample3.hs
test-data/code-samples/html/sample1.html
test-data/code-samples/html/sample2.html
test-data/code-samples/java/sample1.java
test-data/code-samples/java/sample2.java
test-data/code-samples/js/sample1.js
test-data/code-samples/js/sample2.js
test-data/code-samples/kotlin/sample1.kt
test-data/code-samples/php/sample1.php
test-data/code-samples/purescript/full.purs
test-data/code-samples/python/sample1.py
test-data/code-samples/rust/sample1.rs
test-data/code-samples/scala/sample1.scala
test-data/code-samples/scala/sample2.scala
test-data/code-samples/shell/sample1.sh
test-data/code-samples/xml/sample1.xml
test-data/code-samples/xml/sample2.xml
test-data/configs/full.yaml
test-data/templates/haskell.mustache
test-data/test-traverse/a.html
test-data/test-traverse/foo/b.html
test-data/test-traverse/foo/test.xml
test-data/test-traverse/foo/bar/c.html
test-data/updater/github-resp.json
source-repository head
type: git
location: https://github.com/vaclavsvejcar/headroom
library
exposed-modules:
Headroom.Command
Headroom.Command.Bootstrap
Headroom.Command.Gen
Headroom.Command.Init
Headroom.Command.Readers
Headroom.Command.Run
Headroom.Command.Types
Headroom.Command.Utils
Headroom.Config
Headroom.Config.Compat
Headroom.Config.Enrich
Headroom.Config.Global
Headroom.Config.Types
Headroom.Data.Coerce
Headroom.Data.EnumExtra
Headroom.Data.Has
Headroom.Data.Lens
Headroom.Data.Regex
Headroom.Data.Serialization
Headroom.Data.Text
Headroom.Embedded
Headroom.Embedded.TH
Headroom.FileSupport
Headroom.FileSupport.C
Headroom.FileSupport.CPP
Headroom.FileSupport.CSS
Headroom.FileSupport.Dart
Headroom.FileSupport.Go
Headroom.FileSupport.Haskell
Headroom.FileSupport.Haskell.Haddock
Headroom.FileSupport.HTML
Headroom.FileSupport.Java
Headroom.FileSupport.JS
Headroom.FileSupport.Kotlin
Headroom.FileSupport.PHP
Headroom.FileSupport.PureScript
Headroom.FileSupport.Python
Headroom.FileSupport.Rust
Headroom.FileSupport.Scala
Headroom.FileSupport.Shell
Headroom.FileSupport.TemplateData
Headroom.FileSupport.Types
Headroom.FileSupport.XML
Headroom.FileType
Headroom.FileType.Types
Headroom.Header
Headroom.Header.Sanitize
Headroom.Header.Types
Headroom.IO.FileSystem
Headroom.IO.KVStore
Headroom.IO.Network
Headroom.Meta
Headroom.Meta.Version
Headroom.PostProcess
Headroom.PostProcess.Types
Headroom.PostProcess.UpdateCopyright
Headroom.SourceCode
Headroom.Template
Headroom.Template.Mustache
Headroom.Template.TemplateRef
Headroom.Types
Headroom.UI
Headroom.UI.Message
Headroom.UI.Progress
Headroom.UI.Table
Headroom.Updater
Headroom.Variables
Headroom.Variables.Types
other-modules:
Paths_headroom
autogen-modules:
Paths_headroom
hs-source-dirs:
src
ghc-options: -optP-Wno-nonportable-include-path -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wpartial-fields -Wredundant-constraints -Werror=incomplete-patterns
build-depends:
aeson
, base >=4.7 && <5
, either
, extra
, file-embed
, generic-data
, http-client
, http-types
, microlens
, microlens-aeson
, microlens-th
, modern-uri
, mtl
, mustache >=2.3.1
, optparse-applicative
, pcre-heavy
, pcre-light
, persistent
, persistent-sqlite
, req
, rio
, string-interpolate
, template-haskell
, time
, vcs-ignore
, yaml
default-language: Haskell2010
executable headroom
main-is: Main.hs
other-modules:
Paths_headroom
autogen-modules:
Paths_headroom
hs-source-dirs:
app
ghc-options: -optP-Wno-nonportable-include-path -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wpartial-fields -Wredundant-constraints -Werror=incomplete-patterns -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4.7 && <5
, headroom
, optparse-applicative
, rio
default-language: Haskell2010
test-suite doctest
type: exitcode-stdio-1.0
main-is: Main.hs
other-modules:
Paths_headroom
autogen-modules:
Paths_headroom
hs-source-dirs:
doctest
ghc-options: -optP-Wno-nonportable-include-path -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wpartial-fields -Wredundant-constraints -Werror=incomplete-patterns
build-depends:
base >=4.7 && <5
, doctest
, optparse-applicative
, rio
default-language: Haskell2010
test-suite spec
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
Headroom.Command.InitSpec
Headroom.Command.ReadersSpec
Headroom.Command.RunSpec
Headroom.Config.CompatSpec
Headroom.Config.EnrichSpec
Headroom.Config.GlobalSpec
Headroom.ConfigSpec
Headroom.Data.CoerceSpec
Headroom.Data.EnumExtraSpec
Headroom.Data.RegexSpec
Headroom.Data.SerializationSpec
Headroom.Data.TextSpec
Headroom.FileSupport.CPPSpec
Headroom.FileSupport.CSpec
Headroom.FileSupport.CSSSpec
Headroom.FileSupport.DartSpec
Headroom.FileSupport.GoSpec
Headroom.FileSupport.Haskell.HaddockSpec
Headroom.FileSupport.HaskellSpec
Headroom.FileSupport.HTMLSpec
Headroom.FileSupport.JavaSpec
Headroom.FileSupport.JSSpec
Headroom.FileSupport.KotlinSpec
Headroom.FileSupport.PHPSpec
Headroom.FileSupport.PureScriptSpec
Headroom.FileSupport.PythonSpec
Headroom.FileSupport.RustSpec
Headroom.FileSupport.ScalaSpec
Headroom.FileSupport.ShellSpec
Headroom.FileSupportSpec
Headroom.FileTypeSpec
Headroom.Header.SanitizeSpec
Headroom.HeaderSpec
Headroom.IO.FileSystemSpec
Headroom.IO.KVStoreSpec
Headroom.Meta.VersionSpec
Headroom.PostProcess.TypesSpec
Headroom.PostProcess.UpdateCopyrightSpec
Headroom.PostProcessSpec
Headroom.SourceCodeSpec
Headroom.Template.MustacheSpec
Headroom.Template.TemplateRefSpec
Headroom.TypesSpec
Headroom.UI.MessageSpec
Headroom.UI.ProgressSpec
Headroom.UI.TableSpec
Headroom.UpdaterSpec
Headroom.VariablesSpec
Paths_headroom
autogen-modules:
Paths_headroom
hs-source-dirs:
test
ghc-options: -optP-Wno-nonportable-include-path -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wpartial-fields -Wredundant-constraints -Werror=incomplete-patterns
build-tool-depends:
hspec-discover:hspec-discover
build-depends:
QuickCheck
, aeson
, base >=4.7 && <5
, headroom
, hspec
, modern-uri
, mtl
, optparse-applicative
, pcre-light
, rio
, string-interpolate
, time
default-language: Haskell2010