X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=advent-of-code23.cabal;fp=advent-of-code23.cabal;h=0c84a311ebf149e3f262c00429e529c858acce57;hb=eec28208f9b74e65a360b374fcd90b5406fdf527;hp=10fd7c42db5da62dbbf102551a4eea65d63a3a6f;hpb=f34155953a50dbc3196c1148ebc52dfadf9f5841;p=advent-of-code-23.git diff --git a/advent-of-code23.cabal b/advent-of-code23.cabal index 10fd7c4..0c84a31 100644 --- a/advent-of-code23.cabal +++ b/advent-of-code23.cabal @@ -167,3 +167,12 @@ executable advent11 import: common-extensions, build-directives main-is: advent11/Main.hs build-depends: linear, containers + +executable advent12 + import: common-extensions, build-directives + main-is: advent12/Main.hs + build-depends: text, attoparsec, containers +executable advent12bf + import: common-extensions, build-directives + main-is: advent12/MainBruteForce.hs + build-depends: text, attoparsec, containers