X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=advent-of-code23.cabal;fp=advent-of-code23.cabal;h=10fd7c42db5da62dbbf102551a4eea65d63a3a6f;hb=f34155953a50dbc3196c1148ebc52dfadf9f5841;hp=7b07a89b5c642d02661d7e8db116c6d848e98bc7;hpb=47ab90651f43f37766dddc251a942142e2940653;p=advent-of-code-23.git diff --git a/advent-of-code23.cabal b/advent-of-code23.cabal index 7b07a89..10fd7c4 100644 --- a/advent-of-code23.cabal +++ b/advent-of-code23.cabal @@ -154,6 +154,9 @@ executable advent08 executable advent09 import: common-extensions, build-directives main-is: advent09/Main.hs +executable advent09c + import: common-extensions, build-directives + main-is: advent09/MainComplicated.hs executable advent10 import: common-extensions, build-directives