X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=advent-of-code23.cabal;fp=advent-of-code23.cabal;h=5178f7dd2d89dfe27acef7a590015a5c3155e27d;hb=ac1cb7b87194225d518bae8e5a9d9efe7d27220a;hp=a0b288042abc30c380fe18855a0aa5aa5128e368;hpb=a7b02636b8045a73a4dff090c1b932cfa1afd9bd;p=advent-of-code-23.git diff --git a/advent-of-code23.cabal b/advent-of-code23.cabal index a0b2880..5178f7d 100644 --- a/advent-of-code23.cabal +++ b/advent-of-code23.cabal @@ -185,8 +185,12 @@ executable advent13 executable advent14 import: common-extensions, build-directives main-is: advent14/Main.hs + build-depends: containers, array, linear +executable advent14slow + import: common-extensions, build-directives + main-is: advent14/MainSlow.hs build-depends: containers - + executable advent15 import: common-extensions, build-directives main-is: advent15/Main.hs