forked from commercialhaskell/stack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.yaml
344 lines (344 loc) · 7.53 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
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
name: stack
version: '1.10.0'
synopsis: The Haskell Tool Stack
description: ! 'Please see the README.md for usage information, and
the wiki on Github for more details. Also, note that
the API for the library is not currently stable, and may
change significantly, even between minor releases. It is
currently only intended for use by the executable.'
category: Development
author: Commercial Haskell SIG
maintainer: manny@fpcomplete.com
license: BSD3
github: commercialhaskell/stack
homepage: http://haskellstack.org
custom-setup:
dependencies:
- base >=4.10 && < 5
- Cabal >= 2.4
- filepath
extra-source-files:
# note: leaving out 'package.yaml' because it causes confusion with hackage metadata revisions
- CONTRIBUTING.md
- ChangeLog.md
- README.md
- doc/*.md
- src/setup-shim/StackSetupShim.hs
- stack.yaml
- test/package-dump/ghc-7.10.txt
- test/package-dump/ghc-7.8.4-osx.txt
- test/package-dump/ghc-7.8.txt
- test/package-dump/ghc-head.txt
- src/test/Stack/Untar/test1.tar.gz
- src/test/Stack/Untar/test2.tar.gz
ghc-options:
- -Wall
- -fwarn-tabs
- -fwarn-incomplete-uni-patterns
- -fwarn-incomplete-record-updates
- -optP-Wno-nonportable-include-path # workaround [Filename case on macOS · Issue #4739 · haskell/cabal](https://github.com/haskell/cabal/issues/4739)
dependencies:
- Cabal >= 2.4
- aeson
- annotated-wl-pprint
- ansi-terminal >= 0.8.1
- array
- async
- attoparsec
- base >=4.10 && < 5
- base64-bytestring
- bytestring
- colour
- conduit
- conduit-extra
- containers
- cryptonite
- cryptonite-conduit
- deepseq
- directory
- echo
- exceptions
- extra
- file-embed
- filelock
- filepath
- fsnotify
- generic-deriving
- hackage-security
- hashable
- hpack
- hpc
- http-client
- http-client-tls
- http-conduit
- http-types
- memory
- microlens
- mintty
# TODO remove dep when persistent drops monad-logger
- monad-logger
- mono-traversable
- mtl
- mustache
- neat-interpolation
- network-uri
- open-browser
- optparse-applicative
- pantry
- path
- path-io
- persistent
- persistent-sqlite
- persistent-template
- pretty
- primitive
- process
- project-template
- regex-applicative-text
- resourcet
- retry >= 0.7
- rio
- semigroups
- split
- stm
- store-core # FIXME remove
- streaming-commons
- tar
- template-haskell
- temporary
- text
- text-metrics
- th-reify-many
- time
- tls
- transformers
- typed-process
- unicode-transforms
- unix-compat
- unliftio >= 0.2.8.0
- unordered-containers
- vector
- yaml
- zip-archive
- zlib
when:
- condition: os(windows)
then:
cpp-options: -DWINDOWS
dependencies:
- Win32
else:
build-tools:
- hsc2hs
dependencies:
- unix
library:
source-dirs: src/
ghc-options:
- -fwarn-identities
generated-exposed-modules:
- Paths_stack
exposed-modules:
- Control.Concurrent.Execute
- Data.Attoparsec.Args
- Data.Attoparsec.Combinators
- Data.Attoparsec.Interpreter
- Data.Monoid.Map
- Network.HTTP.Download
- Network.HTTP.Download.Verified
- Network.HTTP.StackClient
- Options.Applicative.Args
- Options.Applicative.Builder.Extra
- Options.Applicative.Complicated
- Path.CheckInstall
- Path.Extra
- Path.Find
- Stack.Build
- Stack.Build.Cache
- Stack.Build.ConstructPlan
- Stack.Build.Execute
- Stack.Build.Haddock
- Stack.Build.Installed
- Stack.Build.Source
- Stack.Build.Target
- Stack.BuildPlan
- Stack.Clean
- Stack.Config
- Stack.Config.Build
- Stack.Config.Docker
- Stack.Config.Nix
- Stack.ConfigCmd
- Stack.Constants
- Stack.Constants.Config
- Stack.Coverage
- Stack.DefaultColorWhen
- Stack.DefaultStyles
- Stack.Docker
- Stack.Docker.GlobalDB
- Stack.Dot
- Stack.FileWatch
- Stack.Freeze
- Stack.GhcPkg
- Stack.Ghci
- Stack.Ghci.Script
- Stack.Hoogle
- Stack.IDE
- Stack.Image
- Stack.Init
- Stack.Ls
- Stack.New
- Stack.Nix
- Stack.Options.BenchParser
- Stack.Options.BuildMonoidParser
- Stack.Options.BuildParser
- Stack.Options.CleanParser
- Stack.Options.ConfigParser
- Stack.Options.Completion
- Stack.Options.DockerParser
- Stack.Options.DotParser
- Stack.Options.ExecParser
- Stack.Options.FreezeParser
- Stack.Options.GhcBuildParser
- Stack.Options.GhciParser
- Stack.Options.GhcVariantParser
- Stack.Options.GlobalParser
- Stack.Options.HaddockParser
- Stack.Options.HpcReportParser
- Stack.Options.LogLevelParser
- Stack.Options.NewParser
- Stack.Options.NixParser
- Stack.Options.PackageParser
- Stack.Options.ResolverParser
- Stack.Options.ScriptParser
- Stack.Options.SDistParser
- Stack.Options.SolverParser
- Stack.Options.TestParser
- Stack.Options.Utils
- Stack.Package
- Stack.PackageDump
- Stack.Path
- Stack.Prelude
- Stack.PrettyPrint
- Stack.Runners
- Stack.Script
- Stack.SDist
- Stack.Setup
- Stack.Setup.Installed
- Stack.SetupCmd
- Stack.Sig
- Stack.Sig.GPG
- Stack.Sig.Sign
- Stack.Snapshot
- Stack.Solver
- Stack.SourceMap
- Stack.StoreTH
- Stack.Types.Build
- Stack.Types.BuildPlan
- Stack.Types.CompilerBuild
- Stack.Types.Compiler
- Stack.Types.Config
- Stack.Types.Config.Build
- Stack.Types.Docker
- Stack.Types.GhcPkgId
- Stack.Types.Image
- Stack.Types.NamedComponent
- Stack.Types.Nix
- Stack.Types.Package
- Stack.Types.PackageDump
- Stack.Types.PackageName
- Stack.Types.PrettyPrint
- Stack.Types.Resolver
- Stack.Types.Runner
- Stack.Types.Sig
- Stack.Types.SourceMap
- Stack.Types.StylesUpdate
- Stack.Types.TemplateName
- Stack.Types.Version
- Stack.Types.VersionIntervals
- Stack.Unpack
- Stack.Upgrade
- Stack.Upload
- Text.PrettyPrint.Leijen.Extended
- System.Permissions
- System.Process.PagerEditor
- System.Terminal
when:
- condition: 'os(windows)'
then:
source-dirs: src/windows/
else:
source-dirs: src/unix/
c-sources: src/unix/cbits/uname.c
executables:
stack:
main: Main.hs
source-dirs: src/main
generated-other-modules:
- Build_stack
- Paths_stack
ghc-options:
- -threaded
- -rtsopts
dependencies:
- stack
when:
- condition: flag(static)
ld-options:
- -static
- -pthread
- condition: ! '!(flag(disable-git-info))'
cpp-options: -DUSE_GIT_INFO
dependencies:
- githash
- optparse-simple
- condition: flag(hide-dependency-versions)
cpp-options: -DHIDE_DEP_VERSIONS
- condition: flag(supported-build)
cpp-options: -DSUPPORTED_BUILD
tests:
stack-test:
main: Spec.hs
source-dirs: src/test
ghc-options:
- -threaded
dependencies:
- QuickCheck
- hspec
- stack
- smallcheck
stack-integration-test:
main: IntegrationSpec.hs
source-dirs:
- test/integration
- test/integration/lib
ghc-options:
- -threaded
- -rtsopts
- -with-rtsopts=-N
dependencies:
- hspec
when:
- condition: ! '!(flag(integration-tests))'
buildable: false
flags:
static:
description: Pass -static/-pthread to ghc when linking the stack binary.
manual: true
default: false
disable-git-info:
description: Disable compile-time inclusion of current git info in stack
manual: true
default: false
hide-dependency-versions:
description: Hides dependency versions from "stack --version", used only by building
with stack.yaml
manual: true
default: false
integration-tests:
description: Run the integration test suite
manual: true
default: false
supported-build:
description: If false, causes "stack --version" to issue a warning about the build being unsupported. True only if building with stack.yaml
manual: true
default: false