Build profile: -w ghc-9.12.2 -O1
In order, the following will be built (use -v for more details):
- aoc25-0.1.0.0 (interactive) (lib) (first run)
Preprocessing library for aoc25-0.1.0.0...
GHCi, version 9.12.2: https://www.haskell.org/ghc/ :? for help
[ 1 of 17] Compiling Common.Parser ( src/Common/Parser.hs, interpreted )
[ 2 of 17] Compiling Common.Runner ( src/Common/Runner.hs, interpreted )
[ 3 of 17] Compiling Common.Search ( src/Common/Search.hs, interpreted )
[ 4 of 17] Compiling Common.Util ( src/Common/Util.hs, interpreted )
[ 5 of 17] Compiling Common.Grid ( src/Common/Grid.hs, interpreted )
[ 6 of 17] Compiling Day01 ( src/Day01.hs, interpreted )
[ 7 of 17] Compiling Day02 ( src/Day02.hs, interpreted )
[ 8 of 17] Compiling Day03 ( src/Day03.hs, interpreted )
[ 9 of 17] Compiling Day04 ( src/Day04.hs, interpreted )
[10 of 17] Compiling Day05 ( src/Day05.hs, interpreted )
[11 of 17] Compiling Day06 ( src/Day06.hs, interpreted )
[12 of 17] Compiling Day07 ( src/Day07.hs, interpreted )
[13 of 17] Compiling Day08 ( src/Day08.hs, interpreted )
[14 of 17] Compiling Day09 ( src/Day09.hs, interpreted )
[15 of 17] Compiling Day10 ( src/Day10.hs, interpreted )
[16 of 17] Compiling Day11 ( src/Day11.hs, interpreted )
[17 of 17] Compiling Day12 ( src/Day12.hs, interpreted )
Ok, 22 modules loaded.
ghci> :m *Day04
ghci> solve part2
Right 7922
ghci> :r
[ 9 of 22] Compiling Day04 ( src/Day04.hs, interpreted ) [Source file changed]
Ok, 22 modules reloaded.
ghci> solve part2
Right 5657