X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=advent-of-code23.cabal;h=ec2ef49c2b74c786d66d46b335d3ddf16f29d4f8;hb=0dec9f0cb17b388b5871761b64bf9d9a8f61f478;hp=3f78f06738298328ffe0ff520e58986409c2018d;hpb=807aa171df85fc6ba54beaf1ac9acd4f6f2490e9;p=advent-of-code-23.git diff --git a/advent-of-code23.cabal b/advent-of-code23.cabal index 3f78f06..ec2ef49 100644 --- a/advent-of-code23.cabal +++ b/advent-of-code23.cabal @@ -226,3 +226,9 @@ executable advent22 import: common-extensions, build-directives main-is: advent22/Main.hs build-depends: linear, text, attoparsec, lens, containers + +executable advent23 + import: common-extensions, build-directives + main-is: advent23/Main.hs + build-depends: linear, containers + \ No newline at end of file