-
Notifications
You must be signed in to change notification settings - Fork 1
/
hie.yaml
34 lines (24 loc) · 831 Bytes
/
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
cradle:
cabal:
- path: "./src"
component: "lib:knit-haskell"
- path: "./examples"
component: "knit-haskell:test:AsyncExample"
- path: "./examples"
component: "knit-haskell:test:CacheExample"
- path: "./examples"
component: "knit-haskell:test:CacheExample2"
- path: "./examples"
component: "knit-haskell:test:CacheExample3"
- path: "./examples"
component: "knit-haskell:test:ErrorExample"
- path: "./examples"
component: "knit-haskell:test:Index"
- path: "./examples"
component: "knit-haskell:test:MtlExample"
- path: "./examples"
component: "knit-haskell:test:MultiDocExample"
- path: "./examples"
component: "knit-haskell:test:RandomExample"
- path: "./examples"
component: "knit-haskell:test:SimpleExample"