X-Git-Url: https://git.njae.me.uk/?p=advent-of-code-22.git;a=blobdiff_plain;f=advent-of-code22.cabal;fp=advent-of-code22.cabal;h=24f58ef4cdbed8b918d1258ebdc66fa06236f56d;hp=54649c9c3514d9099ea8ad02bdfae398823d50dc;hb=c96b3e327eb7f937787e9ac846d8f7c354bfa4a1;hpb=74302040c3188f5306aee7b438094f11652a11f8 diff --git a/advent-of-code22.cabal b/advent-of-code22.cabal index 54649c9..24f58ef 100644 --- a/advent-of-code22.cabal +++ b/advent-of-code22.cabal @@ -241,15 +241,20 @@ executable advent22 main-is: advent22/Main.hs build-depends: containers, linear, lens, mtl +executable advent23original + import: common-extensions, build-directives + main-is: advent23/MainOriginal.hs + build-depends: containers, linear, lens, mtl, multiset + executable advent23 import: common-extensions, build-directives main-is: advent23/Main.hs - build-depends: containers, linear, lens, mtl, multiset + build-depends: linear, lens, mtl, array executable advent23prof import: common-extensions, build-directives main-is: advent23/Main.hs - build-depends: containers, linear, lens, mtl, multiset + build-depends: linear, lens, mtl, array ghc-options: -O2 -Wall -threaded