@@ -55,22 +55,23 @@ update_cabal_config() {
55
55
56
56
repository hackage.haskell.org
57
57
url: http://hackage.haskell.org/
58
- -- secure: False
58
+ -- secure: True
59
59
-- root-keys:
60
- -- key-threshold:
60
+ -- key-threshold: 3
61
61
62
62
-- default-user-config:
63
63
-- require-sandbox: False
64
64
-- ignore-sandbox: False
65
65
-- ignore-expiry: False
66
66
-- http-transport:
67
-
67
+ --nix: False
68
68
remote-repo-cache: ${cabal_dir} /packages
69
69
-- local-repo:
70
70
-- logs-dir:
71
71
world-file: ${user_haskell_dir} /logs/world
72
72
-- verbose: 1
73
73
-- compiler: ghc
74
+ -- cabal-file:
74
75
-- with-compiler:
75
76
-- with-hc-pkg:
76
77
-- program-prefix:
@@ -94,36 +95,47 @@ library-profiling: True
94
95
-- package-db:
95
96
-- flags:
96
97
-- extra-include-dirs:
98
+ -- deterministic:
99
+ -- cid:
97
100
-- extra-lib-dirs:
101
+ -- extra-framework-dirs:
98
102
extra-prog-path: ${user_haskell_dir} /bin
99
103
-- tests: False
100
- -- library-coverage: False
104
+ -- coverage: False
105
+ -- library-coverage:
106
+ -- allow-older: False
101
107
-- allow-newer: False
102
108
-- exact-configuration: False
103
109
-- benchmarks: False
104
110
-- relocatable: False
105
111
-- cabal-lib-version:
106
112
-- constraint:
107
113
-- preference:
108
- -- solver: choose
114
+ -- solver: modular
109
115
documentation: True
110
116
-- doc-index-file: \$ datadir/doc/index.html
111
117
-- max-backjumps: 2000
112
118
-- reorder-goals: False
119
+ -- count-conflicts: True
113
120
-- shadow-installed-packages: False
114
121
-- strong-flags: False
122
+ -- allow-boot-library-installs: False
115
123
-- reinstall: False
116
124
-- avoid-reinstalls: False
117
125
-- force-reinstalls: False
118
126
-- upgrade-dependencies: False
119
- root-cmd: sudo
127
+ -- index-state:
128
+ -- root-cmd:
120
129
-- symlink-bindir:
121
130
build-summary: ${user_haskell_dir} /logs/build.log
122
131
-- build-log:
123
132
remote-build-reporting: anonymous
124
133
-- report-planning-failure: False
134
+ -- per-component: True
125
135
-- one-shot: False
136
+ -- run-tests:
126
137
jobs: \$ ncpus
138
+ -- keep-going: False
127
139
-- offline: False
128
140
-- username:
129
141
-- password:
@@ -177,25 +189,27 @@ program-locations
177
189
-- ar-location:
178
190
-- c2hs-location:
179
191
-- cpphs-location:
180
- -- ffihugs -location:
192
+ -- doctest -location:
181
193
-- gcc-location:
182
194
-- ghc-location:
183
195
-- ghc-pkg-location:
196
+ -- ghcjs-location:
197
+ -- ghcjs-pkg-location:
184
198
-- greencard-location:
185
199
-- haddock-location:
186
200
-- happy-location:
201
+ -- haskell-suite-location:
202
+ -- haskell-suite-pkg-location:
187
203
-- hmake-location:
188
204
-- hpc-location:
189
205
-- hsc2hs-location:
190
206
-- hscolour-location:
191
- -- hugs-location:
192
207
-- jhc-location:
193
208
-- ld-location:
194
209
-- lhc-location:
195
210
-- lhc-pkg-location:
196
- -- nhc98-location:
197
211
-- pkg-config-location:
198
- -- ranlib -location:
212
+ -- runghc -location:
199
213
-- strip-location:
200
214
-- tar-location:
201
215
-- uhc-location:
@@ -205,25 +219,27 @@ program-default-options
205
219
-- ar-options:
206
220
-- c2hs-options:
207
221
-- cpphs-options:
208
- -- ffihugs -options:
222
+ -- doctest -options:
209
223
-- gcc-options:
210
224
-- ghc-options:
211
225
-- ghc-pkg-options:
226
+ -- ghcjs-options:
227
+ -- ghcjs-pkg-options:
212
228
-- greencard-options:
213
229
-- haddock-options:
214
230
-- happy-options:
231
+ -- haskell-suite-options:
232
+ -- haskell-suite-pkg-options:
215
233
-- hmake-options:
216
234
-- hpc-options:
217
235
-- hsc2hs-options:
218
236
-- hscolour-options:
219
- -- hugs-options:
220
237
-- jhc-options:
221
238
-- ld-options:
222
239
-- lhc-options:
223
240
-- lhc-pkg-options:
224
- -- nhc98-options:
225
241
-- pkg-config-options:
226
- -- ranlib -options:
242
+ -- runghc -options:
227
243
-- strip-options:
228
244
-- tar-options:
229
245
-- uhc-options:
0 commit comments