-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhie.yaml
More file actions
28 lines (20 loc) · 688 Bytes
/
hie.yaml
File metadata and controls
28 lines (20 loc) · 688 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
25
26
27
28
cradle:
cabal:
- path: "./src"
component: "lib:charon"
- path: "./lib/test-utils"
component: "charon:lib:test-utils"
- path: "./app/Main.hs"
component: "charon:exe:charon"
- path: "./test/unit"
component: "charon:test:unit"
- path: "./test/integration"
component: "charon:test:integration"
- path: "./test/functional"
component: "charon:test:functional"
- path: "./benchmarks/Main.hs"
component: "charon:bench:benchmarks"
- path: "./benchmarks/Benchmarks/Prelude.hs"
component: "charon:bench:benchmarks"
- path: "./benchmarks/Benchmarks/ReadIndex.hs"
component: "charon:bench:benchmarks"