X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=adventofcode1611%2Fadventofcode1611.cabal;h=d6b3810e525c3357c12b674aadde6cbd15581fa1;hb=fbf84930783a435e67f823085f646be0ab8ffd6d;hp=19ce815b155992baa691b663b67a5587a46bf7a3;hpb=ba76f268135ad0fb21cca428f88183d246acb520;p=advent-of-code-16.git diff --git a/adventofcode1611/adventofcode1611.cabal b/adventofcode1611/adventofcode1611.cabal index 19ce815..d6b3810 100644 --- a/adventofcode1611/adventofcode1611.cabal +++ b/adventofcode1611/adventofcode1611.cabal @@ -63,6 +63,30 @@ executable advent11ps , unordered-containers default-language: Haskell2010 +executable advent11psm + hs-source-dirs: app + main-is: advent11psm.hs + ghc-options: -O2 -threaded -rtsopts -with-rtsopts=-N + build-depends: base + , adventofcode16 + , pqueue + , hashable + , containers + , unordered-containers + default-language: Haskell2010 + +executable advent11psmh + hs-source-dirs: app + main-is: advent11psmh.hs + ghc-options: -O2 -threaded -rtsopts -with-rtsopts=-N + build-depends: base + , adventofcode16 + , pqueue + , hashable + , containers + , unordered-containers + default-language: Haskell2010 + test-suite adventofcode1611-test type: exitcode-stdio-1.0 hs-source-dirs: test