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