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:
Kiana Sheibani 2024-12-09 00:33:28 -05:00
parent cda9060ab3
commit d87cb7d7ee
Signed by: toki
GPG key ID: 6CB106C25E86A9F7

View file

@ -13,11 +13,3 @@ depends = contrib
executable = advent-of-code-2024
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