-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathhie.yaml
40 lines (28 loc) · 1.07 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/Main.hs"
component: "tiny-wlhs:exe:tiny-wlhs"
- path: "./src/Config.hs"
component: "tiny-wlhs:exe:tiny-wlhs"
- path: "./src/Setup.hs"
component: "tiny-wlhs:exe:tiny-wlhs"
- path: "./src/LibTinyWLHS/Server/FFI.hs"
component: "tiny-wlhs:exe:tiny-wlhs"
- path: "./src/LibTinyWLHS/Server/Server.hs"
component: "tiny-wlhs:exe:tiny-wlhs"
- path: "./src/LibTinyWLHS/Server/Types.hs"
component: "tiny-wlhs:exe:tiny-wlhs"
- path: "./src/LibTinyWLHS/Compositor/Compositor.hs"
component: "tiny-wlhs:exe:tiny-wlhs"
- path: "./src/LibTinyWLHS/Compositor/FFI.hs"
component: "tiny-wlhs:exe:tiny-wlhs"
- path: "./src/LibTinyWLHS/Compositor/Types.hs"
component: "tiny-wlhs:exe:tiny-wlhs"
- path: "./src/LibTinyWLHS/KeyBinding/KeyBindings.hs"
component: "tiny-wlhs:exe:tiny-wlhs"
- path: "./src/LibTinyWLHS/KeyBinding/KeySyms.hs"
component: "tiny-wlhs:exe:tiny-wlhs"
- path: "./wlhs/src"
component: "lib:wlhs-bindings"
formatting:
provider: fourmolu