@@ -53,28 +53,43 @@ update_cabal_config() {
53
53
--
54
54
-- You may wish to bookmark that file
55
55
56
-
57
- remote-repo: hackage.haskell.org:http://hackage.haskell.org/packages/archive
58
- remote-repo-cache: ${user_haskell_dir} /repo-cache
56
+ repository hackage.haskell.org
57
+ url: http://hackage.haskell.org/
58
+ -- secure: False
59
+ -- root-keys:
60
+ -- key-threshold:
61
+
62
+ -- default-user-config:
63
+ -- require-sandbox: False
64
+ -- ignore-sandbox: False
65
+ -- ignore-expiry: False
66
+ -- http-transport:
67
+
68
+ remote-repo-cache: ${cabal_dir} /packages
59
69
-- local-repo:
60
70
-- logs-dir:
61
71
world-file: ${user_haskell_dir} /logs/world
62
72
-- verbose: 1
63
73
-- compiler: ghc
64
74
-- with-compiler:
65
75
-- with-hc-pkg:
66
- -- scratchdir:
67
76
-- program-prefix:
68
77
-- program-suffix:
69
78
-- library-vanilla: True
70
79
library-profiling: True
71
80
-- shared:
72
81
-- executable-dynamic: False
73
- -- executable-profiling: False
82
+ -- profiling:
83
+ -- executable-profiling:
84
+ -- profiling-detail:
85
+ -- library-profiling-detail:
74
86
-- optimization: True
75
- -- library-for-ghci: False
87
+ -- debug-info: False
88
+ -- library-for-ghci:
76
89
-- split-objs: False
77
90
-- executable-stripping: True
91
+ -- library-stripping: True
92
+ -- configure-option:
78
93
-- user-install: True
79
94
-- package-db:
80
95
-- flags:
@@ -83,7 +98,10 @@ library-profiling: True
83
98
extra-prog-path: ${user_haskell_dir} /bin
84
99
-- tests: False
85
100
-- library-coverage: False
101
+ -- allow-newer: False
102
+ -- exact-configuration: False
86
103
-- benchmarks: False
104
+ -- relocatable: False
87
105
-- cabal-lib-version:
88
106
-- constraint:
89
107
-- preference:
@@ -103,10 +121,30 @@ root-cmd: sudo
103
121
build-summary: ${user_haskell_dir} /logs/build.log
104
122
-- build-log:
105
123
remote-build-reporting: anonymous
124
+ -- report-planning-failure: False
106
125
-- one-shot: False
107
126
jobs: \$ ncpus
127
+ -- offline: False
108
128
-- username:
109
129
-- password:
130
+ -- password-command:
131
+ -- builddir:
132
+
133
+ haddock
134
+ -- keep-temp-files: False
135
+ -- hoogle: False
136
+ -- html: False
137
+ -- html-location:
138
+ -- for-hackage: False
139
+ -- executables: False
140
+ -- tests: False
141
+ -- benchmarks: False
142
+ -- all:
143
+ -- internal: False
144
+ -- css:
145
+ -- hyperlink-source: False
146
+ -- hscolour-css:
147
+ -- contents-location:
110
148
111
149
install-dirs user
112
150
prefix: ${user_haskell_dir}
@@ -262,4 +300,3 @@ if update_cabal_config ; then
262
300
fi
263
301
264
302
exec -a cabal /Library/Haskell/bin/cabal.real " $@ "
265
-
0 commit comments