X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=adventofcode16%2Fadventofcode16.cabal;fp=adventofcode16%2Fadventofcode16.cabal;h=6216e5100641445738b06a37efaa7579149a94e6;hb=879988b4a618a218a8bc78507717b330b1030c3a;hp=39c09424e6c3a3732391a7ed68898a257457a712;hpb=7267c0fa74db510564dc59587dd076372640114f;p=advent-of-code-16.git diff --git a/adventofcode16/adventofcode16.cabal b/adventofcode16/adventofcode16.cabal index 39c0942..6216e51 100644 --- a/adventofcode16/adventofcode16.cabal +++ b/adventofcode16/adventofcode16.cabal @@ -332,6 +332,16 @@ executable advent22library , hashable default-language: Haskell2010 +executable advent23 + hs-source-dirs: app + main-is: advent23.hs + ghc-options: -O2 -threaded -rtsopts -with-rtsopts=-N + build-depends: base + , adventofcode16 + , parsec + , parsec-numbers + , mtl + default-language: Haskell2010 executable adventofcode16-exe hs-source-dirs: app