-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcabal.project
More file actions
58 lines (47 loc) · 1.04 KB
/
cabal.project
File metadata and controls
58 lines (47 loc) · 1.04 KB
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
packages:
gen-site/
haji/
meta/
pragmatic/
prelude/
ptt/
trade/
-- Exclude yi/yi-frontend-pango/ due to dependency conflict.
optional-packages:
yi/yi/
yi/yi-core/
yi/yi-dynamic-configuration/
yi/yi-frontend-vty/
yi/yi-fuzzy-open/
yi/yi-intero/
yi/yi-ireader/
yi/yi-keymap-cua/
yi/yi-keymap-emacs/
yi/yi-keymap-vim/
yi/yi-language/
yi/yi-misc-modes/
yi/yi-mode-haskell/
yi/yi-mode-javascript/
yi/yi-snippet/
program-options
ghc-options: -j +RTS -A256m -n2m -RTS
executable-dynamic: True
library-vanilla: False
optimization: False
profiling: True
relocatable: True
shared: True
documentation: False
constraints:
yi -pango
-- Workarounds for build failures.
-- Haddock complains: there are no input files.
package bytestring-builder
documentation: False
-- Every package used by Setup.hs must have a vanilla version.
package cabal-doctest
library-vanilla: True
package old-time
library-vanilla: True
package old-locale
library-vanilla: True