X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=adventofcode1618%2Fadventofcode1618.cabal;fp=adventofcode1618%2Fadventofcode1618.cabal;h=c85d2dcb9f92be619df0927304af4edd5b8b1844;hb=4297a8f2b47637d7815e3ad49fd88ef734662680;hp=f9b1f83a7d09d99d4ff8e3f5e3c5a8073adf329d;hpb=ba4e05c364c371eb1a6ea74b323e6cabcd9c2d08;p=advent-of-code-16.git diff --git a/adventofcode1618/adventofcode1618.cabal b/adventofcode1618/adventofcode1618.cabal index f9b1f83..c85d2dc 100644 --- a/adventofcode1618/adventofcode1618.cabal +++ b/adventofcode1618/adventofcode1618.cabal @@ -27,6 +27,15 @@ executable advent18 , adventofcode16 default-language: Haskell2010 +executable advent18f + hs-source-dirs: app + main-is: advent18f.hs + ghc-options: -O2 -threaded -rtsopts -with-rtsopts=-N + build-depends: base + , adventofcode1618 + , adventofcode16 + default-language: Haskell2010 + test-suite adventofcode1618-test type: exitcode-stdio-1.0 hs-source-dirs: test