forked from reach-sh/reach-lang
-
Notifications
You must be signed in to change notification settings - Fork 0
/
hie.yaml
44 lines (42 loc) · 1.13 KB
/
hie.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
cradle:
multi:
- path: "./"
config:
cradle:
none:
- path: "./hs"
config:
cradle:
stack:
- path: "./hs/src"
component: "reach:lib"
- path: "./hs/test"
component: "reach:test:reach-test"
- path: "./hs/app/reachc"
component: "reach:exe:reachc"
- path: "./hs/app/reach"
component: "reach:exe:reach"
- path: "./hs/app/reach-id-client"
component: "reach:exe:reach-id-client"
- path: "./hs/app/reachpc"
component: "reach:exe:reachpc"
# XXX Once hie-bios is upgraded to 0.7.0
# cradle:
# multi:
# - path: ./
# config:
# cradle:
# none:
#
# - path: ./hs/
# config:
# cradle:
# stack:
# stackYaml: ./hs/stack.yaml
# components:
# - path: ./hs/src
# component: reach:lib
# - path: ./hs/test
# component: reach:test:reach-test
# - path: ./hs/app
# component: reach:exe:reachc