X-Git-Url: https://git.njae.me.uk/?p=advent-of-code-22.git;a=blobdiff_plain;f=advent-of-code22.cabal;h=f258fd83010009e0221bede630d572d28eda5ba9;hp=7a73e22557ab17d76e9e4d8d2be64a5f1e8a5f9c;hb=99f068fe6961279ce639195448889db6f967e623;hpb=b64a6c258a1d149fc7438ce0513530bbca0b931c diff --git a/advent-of-code22.cabal b/advent-of-code22.cabal index 7a73e22..f258fd8 100644 --- a/advent-of-code22.cabal +++ b/advent-of-code22.cabal @@ -119,3 +119,8 @@ executable advent05 import: common-extensions, build-directives main-is: advent05/Main.hs build-depends: text, attoparsec, containers + +executable advent06 + import: common-extensions, build-directives + main-is: advent06/Main.hs + \ No newline at end of file