X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=advent-of-code23.cabal;h=df6d0ec0bc13ff45d1db201eee574d668cb889da;hb=2112fa6fd0099dabee1c0ed9890ee3a381fbc03c;hp=a8a4504fcb843826ec0a8d9894cbdaaae3f741fd;hpb=c4136e04dca618af23f2bbc30dc1045afb8a6bac;p=advent-of-code-23.git diff --git a/advent-of-code23.cabal b/advent-of-code23.cabal index a8a4504..df6d0ec 100644 --- a/advent-of-code23.cabal +++ b/advent-of-code23.cabal @@ -144,4 +144,9 @@ executable advent07 executable advent07c import: common-extensions, build-directives main-is: advent07/MainWithCase.hs - build-depends: text, attoparsec \ No newline at end of file + build-depends: text, attoparsec + +executable advent08 + import: common-extensions, build-directives + main-is: advent08/Main.hs + build-depends: text, attoparsec, containers