X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=advent-of-code21.cabal;h=626e0ae295031df17a5b5108b0085bf1f39b2a72;hb=80e48c29c6001122f9c853a03883aab9403ab798;hp=d7c0fa83739cfee55e1d60b377406bc662600e8d;hpb=9e104a7ffbd3b6e57b98b9103a4b532802e47d52;p=advent-of-code-21.git diff --git a/advent-of-code21.cabal b/advent-of-code21.cabal index d7c0fa8..626e0ae 100644 --- a/advent-of-code21.cabal +++ b/advent-of-code21.cabal @@ -129,3 +129,8 @@ executable advent09 import: common-extensions, build-directives main-is: advent09/Main.hs build-depends: array, containers, linear + +executable advent10 + import: common-extensions, build-directives + main-is: advent10/Main.hs + build-depends: containers