X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=advent-of-code23.cabal;fp=advent-of-code23.cabal;h=a0b288042abc30c380fe18855a0aa5aa5128e368;hb=bc689ec22856749b96406382eac0345f2f71cb40;hp=7f69609c11958efcb76440d499b14656b77acd63;hpb=7ac14791ee38965b8b82f761de68c33a2809e7ec;p=advent-of-code-23.git diff --git a/advent-of-code23.cabal b/advent-of-code23.cabal index 7f69609..a0b2880 100644 --- a/advent-of-code23.cabal +++ b/advent-of-code23.cabal @@ -236,3 +236,8 @@ executable advent24 import: common-extensions, build-directives main-is: advent24/Main.hs build-depends: linear, text, attoparsec, lens + +executable advent25 + import: common-extensions, build-directives + main-is: advent25/Main.hs + build-depends: text, attoparsec, containers, multiset, random