X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=advent-of-code23.cabal;h=04700237d2bc78a6ab1b48e47aea9c71bed1a129;hb=9752ab5ceede262981cb527de95fcf8cd5c686ef;hp=0c84a311ebf149e3f262c00429e529c858acce57;hpb=eec28208f9b74e65a360b374fcd90b5406fdf527;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