From: Neil Smith Date: Thu, 1 Jun 2017 16:02:29 +0000 (+0100) Subject: Added second executable to cabal file X-Git-Url: https://git.njae.me.uk/?p=advent-of-code-16.git;a=commitdiff_plain;h=4297a8f2b47637d7815e3ad49fd88ef734662680 Added second executable to cabal file --- 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