forked from enso-org/enso
-
Notifications
You must be signed in to change notification settings - Fork 0
/
stack.yaml
76 lines (73 loc) · 1.6 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
resolver: ./config/snapshot.yaml
ghc-options:
$locals:
-O1
-Wall
-Wno-name-shadowing
-fexcess-precision
-fexpose-all-unfoldings
-flate-dmd-anal
-fmax-worker-args=1000
-fsimpl-tick-factor=400
-fspec-constr-keen
-fspecialise-aggressively
-fstatic-argument-transformation
-funbox-strict-fields
-threaded
-fomit-interface-pragmas
$everything:
-fconstraint-solver-iterations=100
packages:
- core
- debug
- passes
- package
- path
- runtime
- stdlib
- shell
- syntax/text/lexer
- syntax/text/model
- syntax/text/parser
- syntax/text/builder
- syntax/text/prettyprint
- lib/autovector
- lib/ci
- lib/code-builder
- lib/container
- lib/convert
- lib/cpp-containers
- lib/data-construction
- lib/data-poset
- lib/data-property
- lib/data-storable
- lib/data-tag
- lib/data-typemap
- lib/datafile
- lib/exception
- lib/foreign-utils
- lib/functor-utils
- lib/future
- lib/generic-traversable
- lib/generic-traversable2
- lib/hspec-jenkins
- lib/impossible
- lib/layered-state
- lib/layouting
- lib/lens-utils
- lib/memory-manager
- lib/memory-pool
- lib/monad-branch
- lib/monoid
- lib/nested-containers
- lib/parser-utils
- lib/prologue
- lib/syntax-definition
- lib/terminal-text
- lib/text-processing
- lib/th-builder
- lib/tuple-utils
- lib/type-cache
- lib/typelevel
- lib/vector-text
- lib/yaml-utils