-
Notifications
You must be signed in to change notification settings - Fork 12
/
hie.yaml
67 lines (46 loc) · 1.83 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
cradle:
cabal:
- path: "./builder/src"
component: "lib:hoodle-builder"
- path: "./core/src"
component: "lib:hoodle-core"
- path: "./coroutine-object/src"
component: "lib:coroutine-object"
- path: "./coroutine-object/example/coroutine-object-test.hs"
component: "coroutine-object:exe:coroutine-object-test"
- path: "./coroutine-object/example/Event.hs"
component: "coroutine-object:exe:coroutine-object-test"
- path: "./coroutine-object/example/Sample.hs"
component: "coroutine-object:exe:coroutine-object-test"
- path: "./coroutine-object/example/SampleActor.hs"
component: "coroutine-object:exe:coroutine-object-test"
- path: "./coroutine-object/example/Simple.hs"
component: "coroutine-object:exe:coroutine-object-test"
- path: "./hoodle/app/hoodle/Main.hs"
component: "hoodle:exe:hoodle"
- path: "./hoodle/src"
component: "lib:hoodle"
- path: "./log/app/logcat/Main.hs"
component: "hoodle-log:exe:logcat"
- path: "./log/app/testApp/Main.hs"
component: "hoodle-log:exe:testApp"
- path: "./parser/src"
component: "lib:hoodle-parser"
- path: "./parser/examples/parsetest.hs"
component: "hoodle-parser:exe:parsetest"
- path: "./publish/src"
component: "lib:hoodle-publish"
- path: "./publish/app/hoodle-publish/Main.hs"
component: "hoodle-publish:exe:hoodle-publish"
- path: "./publish/app/print1page/Main.hs"
component: "hoodle-publish:exe:print1page"
- path: "./render/src"
component: "lib:hoodle-render"
- path: "./types/src"
component: "lib:hoodle-types"
- path: "./util/src"
component: "lib:hoodle-util"
- path: "./xournal-parser/src"
component: "lib:xournal-parser"
- path: "./xournal-types/src"
component: "lib:xournal-types"