Skip to content

Commit 76db862

Browse files
committed
feat: day5 part one
1 parent 0590041 commit 76db862

File tree

5 files changed

+1469
-0
lines changed

5 files changed

+1469
-0
lines changed

aoc2024.cabal

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ library
2828
Day1
2929
Day2
3030
Day3
31+
Day5
3132
other-modules:
3233
Paths_aoc2024
3334
autogen-modules:
@@ -37,7 +38,9 @@ library
3738
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints
3839
build-depends:
3940
base >=4.7 && <5
41+
, containers
4042
, regex-tdfa >=1.3.2 && <1.4
43+
, text >=2.0.2
4144
default-language: Haskell2010
4245

4346
test-suite aoc2024-test
@@ -47,6 +50,7 @@ test-suite aoc2024-test
4750
Day1Spec
4851
Day2Spec
4952
Day3Spec
53+
Day5Spec
5054
Paths_aoc2024
5155
autogen-modules:
5256
Paths_aoc2024
@@ -57,6 +61,8 @@ test-suite aoc2024-test
5761
QuickCheck >=2.14.3 && <2.15
5862
, aoc2024
5963
, base >=4.7 && <5
64+
, containers
6065
, hspec >=2.0.0
6166
, regex-tdfa >=1.3.2 && <1.4
67+
, text >=2.0.2
6268
default-language: Haskell2010

0 commit comments

Comments
 (0)