-
Notifications
You must be signed in to change notification settings - Fork 0
/
hie.yaml
40 lines (28 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
cradle:
cabal:
- path: "src"
component: "lib:uniformBase"
- path: "uniformSources"
component: "lib:uniformBase"
- path: "uniformSources/uniform-algebras/src"
component: "lib:uniform-algebras"
- path: "uniformSources/uniform-error/src"
component: "lib:uniform-error"
- path: "uniformSources/uniform-error/test"
component: "uniform-error:test:error-test"
- path: "uniformSources/uniform-fileio/src"
component: "lib:uniform-fileio"
- path: "uniformSources/uniform-fileio/test"
component: "uniform-fileio:test:strings-test"
- path: "uniformSources/uniform-json/src"
component: "lib:uniform-json"
- path: "uniformSources/uniform-json/test"
component: "uniform-json:test:strings-test"
- path: "uniformSources/uniform-strings/src"
component: "lib:uniform-strings"
- path: "uniformSources/uniform-strings/test"
component: "uniform-strings:test:strings-test"
- path: "uniformSources/uniform-time/src"
component: "lib:uniform-time"
- path: "uniformSources/uniform-time/test"
component: "uniform-time:test:strings-test"