X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=advent-of-code23.cabal;fp=advent-of-code23.cabal;h=5af0b4b4655eacccac392fa60eee001841d92219;hb=6c801843a2c8978cf3ba8616e1949144f5e5f361;hp=04700237d2bc78a6ab1b48e47aea9c71bed1a129;hpb=9752ab5ceede262981cb527de95fcf8cd5c686ef;p=advent-of-code-23.git diff --git a/advent-of-code23.cabal b/advent-of-code23.cabal index 0470023..5af0b4b 100644 --- a/advent-of-code23.cabal +++ b/advent-of-code23.cabal @@ -181,3 +181,8 @@ executable advent13 import: common-extensions, build-directives main-is: advent13/Main.hs build-depends: split + +executable advent14 + import: common-extensions, build-directives + main-is: advent14/Main.hs + build-depends: containers