X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=advent-of-code23.cabal;fp=advent-of-code23.cabal;h=fd531027b49a990fe65e2a594613241fce120ce3;hb=969cc86d1824a6815e4527f37a2a3ebf61c5872e;hp=5f475b171f121d82a2345b0483e4f28e3368ef5f;hpb=14a708ee545a9bd6d81205177ab9baabd29d1894;p=advent-of-code-23.git diff --git a/advent-of-code23.cabal b/advent-of-code23.cabal index 5f475b1..fd53102 100644 --- a/advent-of-code23.cabal +++ b/advent-of-code23.cabal @@ -238,8 +238,12 @@ executable advent22 executable advent23 import: common-extensions, build-directives main-is: advent23/Main.hs + build-depends: linear, containers, lens, pqueue, mtl +executable advent23original + import: common-extensions, build-directives + main-is: advent23/MainOriginal.hs build-depends: linear, containers, lens - + executable advent24 import: common-extensions, build-directives main-is: advent24/Main.hs