Quellcode durchsuchen

~/.cabal/config: add configuration for haskell's cabal

`require-sandbox` is mandatory.
Lucas Stadler vor 10 Jahren
Ursprung
Commit
692ff6f767
1 geänderte Dateien mit 174 neuen und 0 gelöschten Zeilen
  1. 174 0
      .cabal/config

+ 174 - 0
.cabal/config

@ -0,0 +1,174 @@
1
-- This is the configuration file for the 'cabal' command line tool.
2
3
-- The available configuration options are listed below.
4
-- Some of them have default values listed.
5
6
-- Lines (like this one) beginning with '--' are comments.
7
-- Be careful with spaces and indentation because they are
8
-- used to indicate layout for nested sections.
9
10
-- Cabal library version: 1.22.0.0
11
-- cabal-install version: 1.22.0.0
12
13
14
require-sandbox: True
15
-- ignore-sandbox: False
16
remote-repo: hackage.haskell.org:http://hackage.haskell.org/packages/archive
17
remote-repo-cache: /home/lu/.cabal/packages
18
-- local-repo:
19
logs-dir: /home/lu/.cabal/logs
20
world-file: /home/lu/.cabal/world
21
verbose: 1
22
compiler: ghc
23
-- with-compiler:
24
-- with-hc-pkg:
25
-- program-prefix: 
26
-- program-suffix: 
27
-- library-vanilla: True
28
-- library-profiling:
29
-- shared:
30
-- executable-dynamic: False
31
-- profiling:
32
-- optimization: True
33
-- debug-info: False
34
-- library-for-ghci:
35
-- split-objs: False
36
-- executable-stripping: True
37
-- library-stripping: True
38
-- configure-option:
39
user-install: True
40
-- package-db:
41
-- flags:
42
-- extra-include-dirs:
43
-- extra-lib-dirs:
44
extra-prog-path: /home/lu/.cabal/bin
45
-- instantiate-with:
46
-- tests: False
47
-- library-coverage:
48
-- coverage: False
49
-- exact-configuration: False
50
-- benchmarks: False
51
-- relocatable: False
52
-- cabal-lib-version:
53
-- constraint:
54
-- preference:
55
-- solver: choose
56
-- allow-newer: False
57
-- documentation: False
58
-- doc-index-file: $datadir/doc/$arch-$os-$compiler/index.html
59
-- max-backjumps: 2000
60
-- reorder-goals: False
61
-- shadow-installed-packages: False
62
-- strong-flags: False
63
-- reinstall: False
64
-- avoid-reinstalls: False
65
-- force-reinstalls: False
66
-- upgrade-dependencies: False
67
-- root-cmd:
68
-- symlink-bindir:
69
build-summary: /home/lu/.cabal/logs/build.log
70
-- build-log:
71
remote-build-reporting: anonymous
72
-- report-planning-failure: False
73
-- one-shot: False
74
-- run-tests:
75
jobs: $ncpus
76
-- username:
77
-- password:
78
79
haddock
80
  -- keep-temp-files: False
81
  -- hoogle: False
82
  -- html: False
83
  -- html-location:
84
  -- executables: False
85
  -- tests: False
86
  -- benchmarks: False
87
  -- all:
88
  -- internal: False
89
  -- css:
90
  -- hyperlink-source: False
91
  -- hscolour-css:
92
  -- contents-location:
93
94
install-dirs user
95
  prefix: /home/lu/.cabal
96
  -- bindir: $prefix/bin
97
  -- libdir: $prefix/lib
98
  -- libsubdir: $abi/$pkgkey
99
  -- libexecdir: $prefix/libexec
100
  -- datadir: $prefix/share
101
  -- datasubdir: $abi/$pkgid
102
  -- docdir: $datadir/doc/$abi/$pkgid
103
  -- htmldir: $docdir/html
104
  -- haddockdir: $htmldir
105
  -- sysconfdir: $prefix/etc
106
107
install-dirs global
108
  -- prefix: /usr/local
109
  -- bindir: $prefix/bin
110
  -- libdir: $prefix/lib
111
  -- libsubdir: $abi/$pkgkey
112
  -- libexecdir: $prefix/libexec
113
  -- datadir: $prefix/share
114
  -- datasubdir: $abi/$pkgid
115
  -- docdir: $datadir/doc/$abi/$pkgid
116
  -- htmldir: $docdir/html
117
  -- haddockdir: $htmldir
118
  -- sysconfdir: $prefix/etc
119
120
program-locations
121
  -- alex-location:
122
  -- ar-location:
123
  -- c2hs-location:
124
  -- cpphs-location:
125
  -- gcc-location:
126
  -- ghc-location:
127
  -- ghc-pkg-location:
128
  -- ghcjs-location:
129
  -- ghcjs-pkg-location:
130
  -- greencard-location:
131
  -- haddock-location:
132
  -- happy-location:
133
  -- haskell-suite-location:
134
  -- haskell-suite-pkg-location:
135
  -- hmake-location:
136
  -- hpc-location:
137
  -- hsc2hs-location:
138
  -- hscolour-location:
139
  -- jhc-location:
140
  -- ld-location:
141
  -- lhc-location:
142
  -- lhc-pkg-location:
143
  -- pkg-config-location:
144
  -- strip-location:
145
  -- tar-location:
146
  -- uhc-location:
147
148
program-default-options
149
  -- alex-options:
150
  -- ar-options:
151
  -- c2hs-options:
152
  -- cpphs-options:
153
  -- gcc-options:
154
  -- ghc-options:
155
  -- ghc-pkg-options:
156
  -- ghcjs-options:
157
  -- ghcjs-pkg-options:
158
  -- greencard-options:
159
  -- haddock-options:
160
  -- happy-options:
161
  -- haskell-suite-options:
162
  -- haskell-suite-pkg-options:
163
  -- hmake-options:
164
  -- hpc-options:
165
  -- hsc2hs-options:
166
  -- hscolour-options:
167
  -- jhc-options:
168
  -- ld-options:
169
  -- lhc-options:
170
  -- lhc-pkg-options:
171
  -- pkg-config-options:
172
  -- strip-options:
173
  -- tar-options:
174
  -- uhc-options: