X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=advent-of-code23.cabal;fp=advent-of-code23.cabal;h=5f475b171f121d82a2345b0483e4f28e3368ef5f;hb=14a708ee545a9bd6d81205177ab9baabd29d1894;hp=5178f7dd2d89dfe27acef7a590015a5c3155e27d;hpb=bdc8699513321a0e205b9d00dd14b5c3a121fac3;p=advent-of-code-23.git diff --git a/advent-of-code23.cabal b/advent-of-code23.cabal index 5178f7d..5f475b1 100644 --- a/advent-of-code23.cabal +++ b/advent-of-code23.cabal @@ -225,7 +225,11 @@ executable advent21 import: common-extensions, build-directives main-is: advent21/Main.hs build-depends: linear, containers, split - +executable advent21slow + import: common-extensions, build-directives + main-is: advent21/MainSlow.hs + build-depends: linear, containers, split + executable advent22 import: common-extensions, build-directives main-is: advent22/Main.hs