X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=adventofcode1622%2Fadventofcode1622.cabal;fp=adventofcode1622%2Fadventofcode1622.cabal;h=5594bd2bfb316f8914e18efb582722fb52bf23d2;hb=ba4e05c364c371eb1a6ea74b323e6cabcd9c2d08;hp=73bd8a82ada8307935c6c33aca68f8f0000a72a9;hpb=fbf84930783a435e67f823085f646be0ab8ffd6d;p=advent-of-code-16.git diff --git a/adventofcode1622/adventofcode1622.cabal b/adventofcode1622/adventofcode1622.cabal index 73bd8a8..5594bd2 100644 --- a/adventofcode1622/adventofcode1622.cabal +++ b/adventofcode1622/adventofcode1622.cabal @@ -66,6 +66,21 @@ executable advent22library , hashable default-language: Haskell2010 +executable advent22psm + hs-source-dirs: app + main-is: advent22psm.hs + ghc-options: -O2 -threaded -rtsopts -with-rtsopts=-N + build-depends: base + , adventofcode1622 + , adventofcode16 + , parsec + , parsec-numbers + , hashable + , pqueue + , containers + , unordered-containers + default-language: Haskell2010 + test-suite adventofcode1622-test type: exitcode-stdio-1.0 hs-source-dirs: test