X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;ds=sidebyside;f=advent-of-code23.cabal;fp=advent-of-code23.cabal;h=04700237d2bc78a6ab1b48e47aea9c71bed1a129;hb=9752ab5ceede262981cb527de95fcf8cd5c686ef;hp=0c84a311ebf149e3f262c00429e529c858acce57;hpb=3af07db033456d04a8c0f307b20fc6ca0ffcba9e;p=advent-of-code-23.git diff --git a/advent-of-code23.cabal b/advent-of-code23.cabal index 0c84a31..0470023 100644 --- a/advent-of-code23.cabal +++ b/advent-of-code23.cabal @@ -176,3 +176,8 @@ executable advent12bf import: common-extensions, build-directives main-is: advent12/MainBruteForce.hs build-depends: text, attoparsec, containers + +executable advent13 + import: common-extensions, build-directives + main-is: advent13/Main.hs + build-depends: split