-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
hie.yaml
83 lines (74 loc) · 3.19 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
cradle:
stack:
stackYaml: stack-8.10.7.yaml
components:
- path: "halg-algebraic/src"
component: "halg-algebraic:lib"
- path: "halg-matrices/src"
component: "halg-matrices:lib"
- path: "halg-bridge-singular/src"
component: "halg-bridge-singular:lib"
- path: "halg-core-test/src"
component: "halg-core-test:lib"
- path: "halg-factor/src"
component: "halg-factor:lib"
- path: "halg-factor/test"
component: "halg-factor:test:halg-factor-specs"
- path: "halg-factor/app/factor-deg50-prof.hs"
component: "halg-factor:exe:factor-deg50-prof"
- path: "halg-factor/bench/factor-simple-bench.hs"
component: "halg-factor:bench:factor-simple-bench"
- path: "halg-partial-fraction/src"
component: "halg-partial-fraction:lib"
- path: "halg-partial-fraction/test"
component: "halg-partial-fraction:test:halg-partial-fraction-test"
- path: "computational-algebra/src"
component: "computational-algebra:lib"
- path: "computational-algebra/examples/algebraic.hs"
component: "computational-algebra:exe:algebraic"
- path: "computational-algebra/examples/groebner-prof.hs"
component: "computational-algebra:exe:groebner-prof"
- path: "computational-algebra/examples/hensel-prof.hs"
component: "computational-algebra:exe:hensel-prof"
- path: "computational-algebra/examples/quotient.hs"
component: "computational-algebra:exe:quotient"
- path: "computational-algebra/examples/sandpit-poly.hs"
component: "computational-algebra:exe:sandpit-poly"
- path: "halg-polynomials/src"
component: "halg-polynomials:lib"
- path: "halg-polynomials/test"
component: "halg-polynomials:test:halg-polynomials-spec"
- path: "halg-galois-fields/src"
component: "halg-galois-fields:lib"
- path: "algebraic-prelude/src"
component: "algebraic-prelude:lib"
- path: "algebraic-prelude/examples/sandpit.hs"
component: "algebraic-prelude:exe:sandpit"
- path: "halg-core/src"
component: "halg-core:lib"
- path: "halg-core/bench/prime-field-simple-bench.hs"
component: "halg-core:bench:prime-field-simple-bench"
- path: "halg-heaps/src"
component: "halg-heaps:lib"
- path: "factor-hensel/src"
component: "factor-hensel:lib"
- path: "factor-hensel/app/Main.hs"
component: "factor-hensel:exe:factor-hensel-exe"
- path: "factor-hensel/test"
component: "factor-hensel:test:factor-hensel-test"
- path: "halg-algorithms/src"
component: "halg-algorithms:lib"
- path: "halg-algorithms/bench/f5-heap-bench.hs"
component: "halg-algorithms:bench:f5-heap-bench"
- path: "halg-algorithms/app/f4-prof.hs"
component: "halg-algorithms:exe:f4-prof"
- path: "halg-algorithms/app/f5-prof.hs"
component: "halg-algorithms:exe:f5-prof"
- path: "halg-algorithms/app/katsura-prof.hs"
component: "halg-algorithms:exe:katsura-prof"
- path: "halg-algorithms/app/std-prof.hs"
component: "halg-algorithms:exe:std-prof"
- path: "halg-algorithms/test"
component: "halg-algorithms:test:halg-algorithms-specs"
- path: "halg-polyn-parser/src"
component: "halg-polyn-parser:lib"