From 4297a8f2b47637d7815e3ad49fd88ef734662680 Mon Sep 17 00:00:00 2001 From: Neil Smith Date: Thu, 1 Jun 2017 17:02:29 +0100 Subject: [PATCH] Added second executable to cabal file --- adventofcode1618/adventofcode1618.cabal | 9 +++++++++ 1 file changed, 9 insertions(+) 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 -- 2.34.1