X-Git-Url: https://git.njae.me.uk/?p=advent-of-code-22.git;a=blobdiff_plain;f=advent-of-code22.cabal;h=9f7d50a6add762bd06f24ae36f39c350393fabb6;hp=7d2936144e0c6bba6fc6f7663ce648f83e0c9b41;hb=edadad9c2ee998065e6292493ffac16037de477b;hpb=a5025f2a4add493230b71c47d55a518105c58904 diff --git a/advent-of-code22.cabal b/advent-of-code22.cabal index 7d29361..9f7d50a 100644 --- a/advent-of-code22.cabal +++ b/advent-of-code22.cabal @@ -155,3 +155,8 @@ executable advent11 import: common-extensions, build-directives main-is: advent11/Main.hs build-depends: text, attoparsec, containers, lens, mtl + +executable advent12 + import: common-extensions, build-directives + main-is: advent12/Main.hs + build-depends: containers, linear, array, pqueue, mtl, lens \ No newline at end of file