X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=advent-of-code23.cabal;h=7b07a89b5c642d02661d7e8db116c6d848e98bc7;hb=47ab90651f43f37766dddc251a942142e2940653;hp=d24a7355d30301947d6248c8956387d2d070f133;hpb=5d18fdfc6b93800c555782153eb0e53a8c39cb59;p=advent-of-code-23.git diff --git a/advent-of-code23.cabal b/advent-of-code23.cabal index d24a735..7b07a89 100644 --- a/advent-of-code23.cabal +++ b/advent-of-code23.cabal @@ -159,3 +159,8 @@ executable advent10 import: common-extensions, build-directives main-is: advent10/Main.hs build-depends: linear, array, split, containers + +executable advent11 + import: common-extensions, build-directives + main-is: advent11/Main.hs + build-depends: linear, containers