LATITUDE-NIXOS hs/aoc25 » cabal repl
Build profile: -w ghc-9.10.3 -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.10.3: https://www.haskell.org/ghc/ :? for help
[ 1 of 16] Compiling Common.Parser ( src/Common/Parser.hs, interpreted )
[ 2 of 16] Compiling Common.Runner ( src/Common/Runner.hs, interpreted )
[ 3 of 16] Compiling Common.Util ( src/Common/Util.hs, interpreted )
[ 4 of 16] Compiling Common.Grid ( src/Common/Grid.hs, interpreted )
[ 5 of 16] Compiling Day01 ( src/Day01.hs, interpreted )
[ 6 of 16] Compiling Day02 ( src/Day02.hs, interpreted )
[ 7 of 16] Compiling Day03 ( src/Day03.hs, interpreted )
[ 8 of 16] Compiling Day04 ( src/Day04.hs, interpreted )
[ 9 of 16] Compiling Day05 ( src/Day05.hs, interpreted )
[10 of 16] Compiling Day06 ( src/Day06.hs, interpreted )
[11 of 16] Compiling Day07 ( src/Day07.hs, interpreted )
[12 of 16] Compiling Day08 ( src/Day08.hs, interpreted )
[13 of 16] Compiling Day09 ( src/Day09.hs, interpreted )
[14 of 16] Compiling Day10 ( src/Day10.hs, interpreted )
[15 of 16] Compiling Day11 ( src/Day11.hs, interpreted )
[16 of 16] Compiling Day12 ( src/Day12.hs, interpreted )
Ok, 22 modules loaded.
ghci> :l Day01
<no location info>: warning: [GHC-32850] [-Wmissing-home-modules]
These modules are needed for compilation but not listed in your .cabal file's other-modules for ‘aoc25-0.1.0.0-inplace’ :
Common.Parser Common.Runner Common.Util
[1 of 4] Compiling Common.Parser ( src/Common/Parser.hs, interpreted )
[2 of 4] Compiling Common.Runner ( src/Common/Runner.hs, interpreted )
[3 of 4] Compiling Common.Util ( src/Common/Util.hs, interpreted )
[4 of 4] Compiling Day01 ( src/Day01.hs, interpreted )
Ok, four modules loaded.
Build profile: -w ghc-9.10.3 -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.10.3: https://www.haskell.org/ghc/ :? for help
[ 1 of 16] Compiling Common.Parser ( src/Common/Parser.hs, interpreted )
[ 2 of 16] Compiling Common.Runner ( src/Common/Runner.hs, interpreted )
[ 3 of 16] Compiling Common.Util ( src/Common/Util.hs, interpreted )
[ 4 of 16] Compiling Common.Grid ( src/Common/Grid.hs, interpreted )
[ 5 of 16] Compiling Day01 ( src/Day01.hs, interpreted )
[ 6 of 16] Compiling Day02 ( src/Day02.hs, interpreted )
[ 7 of 16] Compiling Day03 ( src/Day03.hs, interpreted )
[ 8 of 16] Compiling Day04 ( src/Day04.hs, interpreted )
[ 9 of 16] Compiling Day05 ( src/Day05.hs, interpreted )
[10 of 16] Compiling Day06 ( src/Day06.hs, interpreted )
[11 of 16] Compiling Day07 ( src/Day07.hs, interpreted )
[12 of 16] Compiling Day08 ( src/Day08.hs, interpreted )
[13 of 16] Compiling Day09 ( src/Day09.hs, interpreted )
[14 of 16] Compiling Day10 ( src/Day10.hs, interpreted )
[15 of 16] Compiling Day11 ( src/Day11.hs, interpreted )
[16 of 16] Compiling Day12 ( src/Day12.hs, interpreted )
Ok, 22 modules loaded.
ghci> :l Day01
<no location info>: warning: [GHC-32850] [-Wmissing-home-modules]
These modules are needed for compilation but not listed in your .cabal file's other-modules for ‘aoc25-0.1.0.0-inplace’ :
Common.Parser Common.Runner Common.Util
[1 of 4] Compiling Common.Parser ( src/Common/Parser.hs, interpreted )
[2 of 4] Compiling Common.Runner ( src/Common/Runner.hs, interpreted )
[3 of 4] Compiling Common.Util ( src/Common/Util.hs, interpreted )
[4 of 4] Compiling Day01 ( src/Day01.hs, interpreted )
Ok, four modules loaded.