X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=advent-of-code21.cabal;h=351c77a8f25e9b7ef248e677f195bd0e42fa4248;hb=7a460170e89b445166e009bcb29232812b4b7527;hp=121c742270c793d0a0bbd8dbbbdb77139680e6a4;hpb=75972c351184fd9226a5f8e7464a0383c4ab966b;p=advent-of-code-21.git diff --git a/advent-of-code21.cabal b/advent-of-code21.cabal index 121c742..351c77a 100644 --- a/advent-of-code21.cabal +++ b/advent-of-code21.cabal @@ -43,7 +43,7 @@ common common-extensions , NamedFieldPuns , NegativeLiterals , NumDecimals - , OverloadedLists + -- , OverloadedLists , OverloadedStrings , PartialTypeSignatures , PatternGuards @@ -210,4 +210,24 @@ executable advent20 executable advent21 import: common-extensions, build-directives main-is: advent21/Main.hs - build-depends: text, attoparsec, mtl, containers, monad-loops + build-depends: text, attoparsec, containers, multiset + +executable advent22 + import: common-extensions, build-directives + main-is: advent22/Main.hs + build-depends: linear, text, attoparsec, containers, lens + +executable advent23 + import: common-extensions, build-directives + main-is: advent23/Main.hs + build-depends: containers, linear, pqueue, mtl, lens + +executable advent23prof + import: common-extensions, build-directives + main-is: advent23/Main.hs + build-depends: containers, linear, pqueue, mtl, lens + ghc-options: -O2 + -Wall + -threaded + -rtsopts "-with-rtsopts=-N -p -s -hT" + \ No newline at end of file