X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;ds=sidebyside;f=advent-of-code23.cabal;fp=advent-of-code23.cabal;h=39f88e1390675edaf8f346eccb4ef97586bcaef8;hb=7cffb3be30625eceba08119787413758f58ad03e;hp=dbddc057e10e3d6205609ccee46a3645836228e2;hpb=46cdfa541f4530b07983331a929a17308bed1482;p=advent-of-code-23.git diff --git a/advent-of-code23.cabal b/advent-of-code23.cabal index dbddc05..39f88e1 100644 --- a/advent-of-code23.cabal +++ b/advent-of-code23.cabal @@ -196,3 +196,8 @@ executable advent16 import: common-extensions, build-directives main-is: advent16/Main.hs build-depends: linear, array, containers + +executable advent17 + import: common-extensions, build-directives + main-is: advent17/Main.hs + build-depends: containers, linear, array, pqueue, mtl, lens