X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=advent-of-code22.cabal;h=20d4771f790d2179a3586711741648203dcf049c;hb=7778be60c8e0c4c95201560d4b2d1ff250c7241b;hp=1b1a6104dae5bf2cec7c29d4d1ac1a032cb37e45;hpb=74af16020ce115eaeefcb8a8a777b15b3ca30cf0;p=advent-of-code-22.git diff --git a/advent-of-code22.cabal b/advent-of-code22.cabal index 1b1a610..20d4771 100644 --- a/advent-of-code22.cabal +++ b/advent-of-code22.cabal @@ -210,3 +210,18 @@ executable advent22 import: common-extensions, build-directives main-is: advent22/Main.hs build-depends: containers, linear, lens, mtl + +executable advent23 + import: common-extensions, build-directives + main-is: advent23/Main.hs + build-depends: containers, linear, lens, mtl, multiset + +executable advent23prof + import: common-extensions, build-directives + main-is: advent23/Main.hs + build-depends: containers, linear, lens, mtl, multiset + ghc-options: -O2 + -Wall + -threaded + -rtsopts "-with-rtsopts=-N -p -s -hT" + \ No newline at end of file