X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=advent-of-code23.cabal;h=7316f4c085efed8af525a387fb74ce9d5c7b7faf;hb=3ef8debcbc71bfc04241864f0f833731deab6500;hp=2ee4d053227a97503384b4cf1b0a3a4bc19e0f1f;hpb=7369a9da52fd888c6ae704f396627e1fc2838475;p=advent-of-code-23.git diff --git a/advent-of-code23.cabal b/advent-of-code23.cabal index 2ee4d05..7316f4c 100644 --- a/advent-of-code23.cabal +++ b/advent-of-code23.cabal @@ -66,7 +66,6 @@ common common-extensions , TupleSections , TypeApplications , TypeFamilies - , TypeInType , TypeOperators , ViewPatterns @@ -101,5 +100,14 @@ library executable advent01 import: common-extensions, build-directives main-is: advent01/Main.hs - build-depends: split - \ No newline at end of file + +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