forked from compiling-to-categories/concat
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhie.yaml
More file actions
24 lines (24 loc) · 753 Bytes
/
hie.yaml
File metadata and controls
24 lines (24 loc) · 753 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
cradle:
cabal:
- component: "lib:concat-classes"
path: "./classes/src"
- component: "lib:concat-examples"
path: "./examples/src"
- component: "lib:concat-graphics"
path: "./graphics/src"
- component: "test:graphics-examples"
path: "./graphics/test"
- component: "lib:concat-hardware"
path: "./hardware/src"
- component: "test:hardware-examples"
path: "./hardware/test"
- component: "lib:concat-inline"
path: "./inline/src"
- component: "lib:concat-known"
path: "./known/src"
- component: "lib:concat-plugin"
path: "./plugin/src"
- component: "test:misc-examples"
path: "./plugin/test"
- component: "lib:concat-satisfy"
path: "./satisfy/src"