-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathhie.yaml
More file actions
91 lines (62 loc) · 2.69 KB
/
hie.yaml
File metadata and controls
91 lines (62 loc) · 2.69 KB
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
cradle:
cabal:
- path: "analyses/pureactor/src"
component: "pureactor:lib:pureactor-lib"
- path: "analyses/pureactor/app/Main.hs"
component: "pureactor:exe:pureactor-exe"
- path: "analyses/pureactor/tests"
component: "pureactor:test:pureactor-tests"
- path: "analyses/simpleactor/src"
component: "lib:simpleactor"
- path: "analyses/simpleactor/app/Main.hs"
component: "simpleactor:exe:simpleactor-exe"
- path: "analyses/simpleactor/app/CommandLine/Options.hs"
component: "simpleactor:exe:simpleactor-exe"
- path: "analyses/simpleactor/app/CommandLine/Output.hs"
component: "simpleactor:exe:simpleactor-exe"
- path: "analyses/simpleactor/app/Runnables/CoreErlang.hs"
component: "simpleactor:exe:simpleactor-exe"
- path: "analyses/simpleactor/app/TracePartitioning/Benchmark.hs"
component: "simpleactor:exe:simpleactor-exe"
- path: "analyses/simpleactor/test"
component: "simpleactor:test:simpleactor-tests"
- path: "maf2-analysis/src"
component: "lib:maf2-analysis"
- path: "maf2-analysis/app/Main.hs"
component: "maf2-analysis:exe:maf-exe"
- path: "maf2-analysis/app/Entrypoints.hs"
component: "maf2-analysis:exe:maf-exe"
- path: "maf2-analysis/app/Run/Actor.hs"
component: "maf2-analysis:exe:maf-exe"
- path: "maf2-analysis/app/Run/Erlang.hs"
component: "maf2-analysis:exe:maf-exe"
- path: "maf2-analysis/app/Run/Interpreter.hs"
component: "maf2-analysis:exe:maf-exe"
- path: "maf2-analysis/app/Run/Python.hs"
component: "maf2-analysis:exe:maf-exe"
- path: "maf2-analysis/app/Run/PythonInterpreter.hs"
component: "maf2-analysis:exe:maf-exe"
- path: "maf2-analysis/app/Run/Scheme.hs"
component: "maf2-analysis:exe:maf-exe"
- path: "maf2-analysis/app/Run/SchemeCounting.hs"
component: "maf2-analysis:exe:maf-exe"
- path: "maf2-analysis/app/Paths_maf2_analysis.hs"
component: "maf2-analysis:exe:maf-exe"
- path: "maf2-analysis/test"
component: "maf2-analysis:test:maf2-analysis-test"
- path: "maf2-domains/src"
component: "lib:maf2-domains"
- path: "maf2-domains/test"
component: "maf2-domains:test:maf2-domains-test"
- path: "maf2-scv/src"
component: "lib:maf2-scv"
- path: "maf2-scv/app/Main.hs"
component: "maf2-scv:exe:maf2-scv-exe"
- path: "maf2-scv/test"
component: "maf2-scv:test:maf2-scv-test"
- path: "maf2-syntax/src"
component: "lib:maf2-syntax"
- path: "maf2-syntax/test"
component: "maf2-syntax:test:maf2-syntax-test"
- path: "thirdparty/language-python/language-python/src"
component: "lib:language-python"