-
Notifications
You must be signed in to change notification settings - Fork 3
/
hie.yaml
68 lines (67 loc) · 2.72 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
68
cradle:
multi:
- path: "./"
config:
cradle:
cabal:
- path: "./examples/AcidRain.hs"
component: "exe:AcidRain"
- path: "./examples/CirclingSquare.hs"
component: "exe:CirclingSquare"
- path: "./examples/CamelCase.hs"
component: "exe:CamelCase"
- path: "./examples/CmdClient.hs"
component: "exe:CmdClient"
- path: "./examples/CmdServer.hs"
component: "exe:CmdServer"
- path: "./examples/ControlFlow.hs"
component: "exe:ControlFlow"
- path: "./examples/DateTimeParser.hs"
component: "exe:DateTimeParser"
- path: "./examples/EchoServer.hs"
component: "exe:EchoServer"
- path: "./examples/Intro.hs"
component: "exe:Intro"
- path: "./examples/CoreUtils.hs"
component: "exe:CoreUtils"
- path: "./examples/FileSender.hs"
component: "exe:FileSender"
- path: "./examples/FileSinkServer.hs"
component: "exe:FileSinkServer"
- path: "./examples/FileSystemEvent.hs"
component: "exe:FileSystemEvent"
- path: "./examples/FromFileClient.hs"
component: "exe:FromFileClient"
- path: "./examples/CoreUtilsHandle.hs"
component: "exe:CoreUtilsHandle"
- path: "./examples/ListDir.hs"
component: "exe:ListDir"
- path: "./examples/LogParser.hs"
component: "exe:LogParser"
- path: "./examples/MergeServer.hs"
component: "exe:MergeServer"
- path: "./examples/MergeSort.hs"
component: "exe:MergeSort"
- path: "./examples/Rate.hs"
component: "exe:Rate"
- path: "./examples/SearchQuery.hs"
component: "exe:SearchQuery"
- path: "./examples/Split.hs"
component: "exe:Split"
- path: "./examples/WordClassifier.hs"
component: "exe:WordClassifier"
- path: "./examples/WordCount.hs"
component: "exe:WordCount"
- path: "./examples/WordCountModular.hs"
component: "exe:WordCountModular"
- path: "./examples/WordCountParallel.hs"
component: "exe:WordCountParallel"
- path: "./examples/WordCountParallelUTF8.hs"
component: "exe:WordCountParallelUTF8"
- path: "./examples/WordServer.hs"
component: "exe:WordServer"
- path: "./examples/WordFrequency.hs"
component: "exe:WordFrequency"
dependencies:
- streamly-examples.cabal
- hie.yaml