-
Notifications
You must be signed in to change notification settings - Fork 2
/
hie.yaml
67 lines (46 loc) · 1.81 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: "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/Analyzer.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/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-pypdg/src"
component: "lib:maf2-pypdg"
- path: "maf2-pypdg/app/Main.hs"
component: "maf2-pypdg:exe:maf-exe"
- path: "maf2-pypdg/app/Run/Analysis.hs"
component: "maf2-pypdg:exe:maf-exe"
- path: "maf2-pypdg/app/Paths_maf2_pypdg.hs"
component: "maf2-pypdg:exe:maf-exe"
- path: "maf2-pypdg/test"
component: "maf2-pypdg:test:maf2-pypdg-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"