fix: remove unnecessary module list from ipkg
This is apparently only necessary for libraries, not for executables. Good to know!
This commit is contained in:
parent
cda9060ab3
commit
d87cb7d7ee
|
@ -13,11 +13,3 @@ depends = contrib
|
||||||
|
|
||||||
executable = advent-of-code-2024
|
executable = advent-of-code-2024
|
||||||
main = Main
|
main = Main
|
||||||
modules = Main, Utils, AllDays,
|
|
||||||
Data.Problem,
|
|
||||||
Day1.Part1, Day1.Part2,
|
|
||||||
Day2.Part1, Day2.Part2,
|
|
||||||
Day3.Part1, Day3.Part2,
|
|
||||||
Day4.Part1, Day4.Part2,
|
|
||||||
Day5.Part1, Day5.Part2,
|
|
||||||
Day6.Part1, Day6.Part2
|
|
||||||
|
|
Loading…
Reference in a new issue