forked from enso-org/enso
-
Notifications
You must be signed in to change notification settings - Fork 0
/
stack-local.yaml
79 lines (72 loc) · 1.74 KB
/
stack-local.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
77
78
resolver: ./config/snapshot-local.yaml
package-indices:
- name: standard-hackage
download-prefix: https://hackage.haskell.org/package/
http: https://hackage.haskell.org/01-index.tar.gz
ghc-options:
$locals:
-O2
-Wall
-Wno-name-shadowing
-fexcess-precision
-fexpose-all-unfoldings
-flate-dmd-anal
-fmax-worker-args=1000
-fsimpl-tick-factor=200
-fspec-constr-keen
-fspecialise-aggressively
-fstatic-argument-transformation
-funbox-strict-fields
-threaded
$everything:
-fconstraint-solver-iterations=100
local-bin-path: dist/bin/public/luna
packages:
- core
- debug
- passes
- playground
- package
- runtime
- stdlib
- syntax/text/lexer
- syntax/text/model
- syntax/text/parser
- syntax/text/prettyprint
- lib/autovector
- lib/benchmark
- lib/ci
- lib/code-builder
- lib/cpp-containers
- lib/data-construction
- lib/data-property
- lib/data-storable
- lib/data-tag
- lib/data-typemap
- lib/exception
- lib/foreign-utils
- lib/generic-traversable
- lib/generic-traversable2
- lib/hspec-jenkins
- lib/memory-manager
- lib/memory-pool
- lib/nested-containers
- lib/syntax-definition
- lib/text-processing
- lib/th-builder
- lib/tuple-utils
- lib/type-cache
- lib/typelevel
- ../lib/container
- ../lib/convert
- ../lib/lens-utils
- ../lib/monoid
- ../lib/functor-utils
- ../lib/impossible
- ../lib/layouting
- ../lib/terminal-text
- ../lib/typelevel
- ../lib/layered-state
- ../lib/monad-branch
- ../lib/vector-text
- ../lib/prologue