X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=advent-of-code23.cabal;h=7f89b118e77728afe116ad3b99f405df08c3e964;hb=144c9843945d8af62fc35f96b5063283a52055d8;hp=7316f4c085efed8af525a387fb74ce9d5c7b7faf;hpb=ce97c0bd06b07d7a562d88b7838199d33f442913;p=advent-of-code-23.git diff --git a/advent-of-code23.cabal b/advent-of-code23.cabal index 7316f4c..7f89b11 100644 --- a/advent-of-code23.cabal +++ b/advent-of-code23.cabal @@ -110,4 +110,8 @@ executable advent03 import: common-extensions, build-directives main-is: advent03/Main.hs build-depends: linear, array - \ No newline at end of file + +executable advent04 + import: common-extensions, build-directives + main-is: advent04/Main.hs + build-depends: text, attoparsec \ No newline at end of file