generated from lsmor/template-advent-of-code
-
Notifications
You must be signed in to change notification settings - Fork 0
/
hie.yaml
76 lines (52 loc) · 2.02 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
cradle:
cabal:
- path: "./solutions/day-1.hs"
component: "advent-of-code:exe:day-1"
- path: "./solutions/day-2.hs"
component: "advent-of-code:exe:day-2"
- path: "./solutions/day-3.hs"
component: "advent-of-code:exe:day-3"
- path: "./solutions/day-4.hs"
component: "advent-of-code:exe:day-4"
- path: "./solutions/day-5.hs"
component: "advent-of-code:exe:day-5"
- path: "./solutions/day-6.hs"
component: "advent-of-code:exe:day-6"
- path: "./solutions/day-7.hs"
component: "advent-of-code:exe:day-7"
- path: "./solutions/day-8.hs"
component: "advent-of-code:exe:day-8"
- path: "./solutions/day-9.hs"
component: "advent-of-code:exe:day-9"
- path: "./solutions/day-10.hs"
component: "advent-of-code:exe:day-10"
- path: "./solutions/day-11.hs"
component: "advent-of-code:exe:day-11"
- path: "./solutions/day-12.hs"
component: "advent-of-code:exe:day-12"
- path: "./solutions/day-13.hs"
component: "advent-of-code:exe:day-13"
- path: "./solutions/day-14.hs"
component: "advent-of-code:exe:day-14"
- path: "./solutions/day-15.hs"
component: "advent-of-code:exe:day-15"
- path: "./solutions/day-16.hs"
component: "advent-of-code:exe:day-16"
- path: "./solutions/day-17.hs"
component: "advent-of-code:exe:day-17"
- path: "./solutions/day-18.hs"
component: "advent-of-code:exe:day-18"
- path: "./solutions/day-19.hs"
component: "advent-of-code:exe:day-19"
- path: "./solutions/day-20.hs"
component: "advent-of-code:exe:day-20"
- path: "./solutions/day-21.hs"
component: "advent-of-code:exe:day-21"
- path: "./solutions/day-22.hs"
component: "advent-of-code:exe:day-22"
- path: "./solutions/day-23.hs"
component: "advent-of-code:exe:day-23"
- path: "./solutions/day-24.hs"
component: "advent-of-code:exe:day-24"
- path: "./solutions/day-25.hs"
component: "advent-of-code:exe:day-25"