X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=advent-of-code23.cabal;h=7b07a89b5c642d02661d7e8db116c6d848e98bc7;hb=1e96a9775f10096425b99308c3e5b9d21d2efbea;hp=eca8d28041afe712b19240c48a81a47c9374d2aa;hpb=2459965153387b33710844ede8083651751dc087;p=advent-of-code-23.git diff --git a/advent-of-code23.cabal b/advent-of-code23.cabal index eca8d28..7b07a89 100644 --- a/advent-of-code23.cabal +++ b/advent-of-code23.cabal @@ -154,3 +154,13 @@ 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 + +executable advent11 + import: common-extensions, build-directives + main-is: advent11/Main.hs + build-depends: linear, containers