X-Git-Url: https://git.njae.me.uk/?p=advent-of-code-22.git;a=blobdiff_plain;f=advent-of-code22.cabal;fp=advent-of-code22.cabal;h=532085cd133ae57a07666bc22e747c0895ea06aa;hp=20d4771f790d2179a3586711741648203dcf049c;hb=37f5b0276e3c8858847f51290f15de169de82201;hpb=7778be60c8e0c4c95201560d4b2d1ff250c7241b diff --git a/advent-of-code22.cabal b/advent-of-code22.cabal index 20d4771..532085c 100644 --- a/advent-of-code22.cabal +++ b/advent-of-code22.cabal @@ -224,4 +224,8 @@ executable advent23prof -Wall -threaded -rtsopts "-with-rtsopts=-N -p -s -hT" - \ No newline at end of file + +executable advent24 + import: common-extensions, build-directives + main-is: advent24/Main.hs + build-depends: containers, pqueue, mtl, lens, linear, array