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