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=3504e46d0eee73c96bb039437a2b9411535623df;hp=532085cd133ae57a07666bc22e747c0895ea06aa;hb=3047c5925ea808b3b6dadfa23bcec7651efc5ec9;hpb=37f5b0276e3c8858847f51290f15de169de82201 diff --git a/advent-of-code22.cabal b/advent-of-code22.cabal index 532085c..3504e46 100644 --- a/advent-of-code22.cabal +++ b/advent-of-code22.cabal @@ -229,3 +229,8 @@ executable advent24 import: common-extensions, build-directives main-is: advent24/Main.hs build-depends: containers, pqueue, mtl, lens, linear, array + +executable advent25 + import: common-extensions, build-directives + main-is: advent25/Main.hs +-- build-depends: split