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