X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=advent-of-code23.cabal;h=7316f4c085efed8af525a387fb74ce9d5c7b7faf;hb=b3a89bb2f720c65da9c9866219a47914c2e3dd06;hp=d2f2d162099f4d59c6df75a45f796bca22f2be9d;hpb=dc80ddf4a646ba69d6fafd173afb7ad4d8520f8c;p=advent-of-code-23.git diff --git a/advent-of-code23.cabal b/advent-of-code23.cabal index d2f2d16..7316f4c 100644 --- a/advent-of-code23.cabal +++ b/advent-of-code23.cabal @@ -105,4 +105,9 @@ executable advent02 import: common-extensions, build-directives main-is: advent02/Main.hs build-depends: text, attoparsec + +executable advent03 + import: common-extensions, build-directives + main-is: advent03/Main.hs + build-depends: linear, array \ No newline at end of file