-
Notifications
You must be signed in to change notification settings - Fork 1
/
stack.yaml
92 lines (77 loc) · 2.13 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
resolver: lts-22.39
system-ghc: true
install-ghc: false
# User packages to be built.
# Various formats can be used as shown in the example below.
#
# packages:
# - some-directory
# - https://example.com/foo/bar/baz-0.0.2.tar.gz
# subdirs:
# - auto-update
# - wai
packages:
- json-fleece-core
- json-fleece-examples
- json-fleece-aeson
- json-fleece-aeson-beeline
- json-fleece-markdown
- json-fleece-codegen-util
- json-fleece-openapi3
- json-fleece-swagger2
- json-fleece-pretty-print
- json-fleece-hermes
# Dependency packages to be pulled from upstream that are not in the resolver.
# These entries can reference officially published versions as well as
# forks / in-progress versions pinned to a git hash. For example:
#
# Override default flag values for local packages and extra-deps
flags:
json-fleece-core:
strict: true
json-fleece-examples:
strict: true
json-fleece-aeson:
strict: true
json-fleece-aeson-beeline:
strict: true
json-fleece-markdown:
strict: true
json-fleece-codegen-util:
strict: true
json-fleece-openapi3:
strict: true
json-fleece-swagger2:
strict: true
json-fleece-pretty-print:
strict: true
json-fleece-hermes:
strict: true
extra-deps:
- github: flipstone/beeline
commit: 47d1fe37ef10368cb1ed9ddcd7781f58c80a96b8
subdirs:
- beeline-routing
- beeline-http-client
- github: flipstone/shrubbery
commit: 95c5bf28d03ed8b4df163a98b878fa515bf40604
- hermes-json-0.6.1.0@sha256:ab54609e63a83a8e07900360de60ba1e197ea499fa5d3eb782eed980ee07545b,3856
# Extra package databases containing global packages
# extra-package-dbs: []
# Control whether we use the GHC we find on the path
# system-ghc: true
#
# Require a specific version of Stack, using version ranges
# require-stack-version: -any # Default
# require-stack-version: ">=2.9"
#
# Override the architecture used by Stack, especially useful on Windows
# arch: i386
# arch: x86_64
#
# Extra directories used by Stack for building
# extra-include-dirs: [/path/to/dir]
# extra-lib-dirs: [/path/to/dir]
#
# Allow a newer minor version of GHC than the snapshot specifies
# compiler-check: newer-minor