From d87cb7d7ee13d7cf4c116671fdd1316347ed756f Mon Sep 17 00:00:00 2001 From: Kiana Sheibani Date: Mon, 9 Dec 2024 00:33:28 -0500 Subject: [PATCH] fix: remove unnecessary module list from ipkg This is apparently only necessary for libraries, not for executables. Good to know! --- advent-of-code-2024.ipkg | 8 -------- 1 file changed, 8 deletions(-) diff --git a/advent-of-code-2024.ipkg b/advent-of-code-2024.ipkg index 4d422b0..36c2a5b 100644 --- a/advent-of-code-2024.ipkg +++ b/advent-of-code-2024.ipkg @@ -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