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