File tree Expand file tree Collapse file tree 5 files changed +1469
-0
lines changed Expand file tree Collapse file tree 5 files changed +1469
-0
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ library
28
28
Day1
29
29
Day2
30
30
Day3
31
+ Day5
31
32
other-modules :
32
33
Paths_aoc2024
33
34
autogen-modules :
@@ -37,7 +38,9 @@ library
37
38
ghc-options : -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints
38
39
build-depends :
39
40
base >= 4.7 && < 5
41
+ , containers
40
42
, regex-tdfa >= 1.3.2 && < 1.4
43
+ , text >= 2.0.2
41
44
default-language : Haskell2010
42
45
43
46
test-suite aoc2024-test
@@ -47,6 +50,7 @@ test-suite aoc2024-test
47
50
Day1Spec
48
51
Day2Spec
49
52
Day3Spec
53
+ Day5Spec
50
54
Paths_aoc2024
51
55
autogen-modules :
52
56
Paths_aoc2024
@@ -57,6 +61,8 @@ test-suite aoc2024-test
57
61
QuickCheck >= 2.14.3 && < 2.15
58
62
, aoc2024
59
63
, base >= 4.7 && < 5
64
+ , containers
60
65
, hspec >= 2.0.0
61
66
, regex-tdfa >= 1.3.2 && < 1.4
67
+ , text >= 2.0.2
62
68
default-language : Haskell2010
You can’t perform that action at this time.
0 commit comments