X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=advent-of-code23.cabal;h=dbddc057e10e3d6205609ccee46a3645836228e2;hb=46cdfa541f4530b07983331a929a17308bed1482;hp=5af0b4b4655eacccac392fa60eee001841d92219;hpb=6c801843a2c8978cf3ba8616e1949144f5e5f361;p=advent-of-code-23.git diff --git a/advent-of-code23.cabal b/advent-of-code23.cabal index 5af0b4b..dbddc05 100644 --- a/advent-of-code23.cabal +++ b/advent-of-code23.cabal @@ -186,3 +186,13 @@ executable advent14 import: common-extensions, build-directives main-is: advent14/Main.hs build-depends: containers + +executable advent15 + import: common-extensions, build-directives + main-is: advent15/Main.hs + build-depends: containers, text, attoparsec, + +executable advent16 + import: common-extensions, build-directives + main-is: advent16/Main.hs + build-depends: linear, array, containers