X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=advent-of-code22.cabal;h=4da149943892651dee569ae23bb403c6e19c84cc;hb=c4a6729c94fcad21b4c3f26cec8ff2d4c15c1b6e;hp=7d5610bb509bca2b5a18ac4613781766cda16b6e;hpb=78b8176f39bae40648a7c08643b28cbefa937fcd;p=advent-of-code-22.git diff --git a/advent-of-code22.cabal b/advent-of-code22.cabal index 7d5610b..4da1499 100644 --- a/advent-of-code22.cabal +++ b/advent-of-code22.cabal @@ -95,7 +95,7 @@ executable advent01 main-is: advent01/Main.hs build-depends: split --- executable advent02 --- import: common-extensions, build-directives --- main-is: advent02/Main.hs --- build-depends: text, attoparsec +executable advent02 + import: common-extensions, build-directives + main-is: advent02/Main.hs + build-depends: text, attoparsec