X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=advent-of-code23.cabal;h=dbddc057e10e3d6205609ccee46a3645836228e2;hb=46cdfa541f4530b07983331a929a17308bed1482;hp=0a38ddc77900d3f7e3672081a62f6517903d585c;hpb=c52e9a0b89ca5b5351b9208046cc56980550f993;p=advent-of-code-23.git diff --git a/advent-of-code23.cabal b/advent-of-code23.cabal index 0a38ddc..dbddc05 100644 --- a/advent-of-code23.cabal +++ b/advent-of-code23.cabal @@ -191,3 +191,8 @@ 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