projects
/
advent-of-code-16.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba4e05c
)
Added second executable to cabal file
author
Neil Smith
<neil.git@njae.me.uk>
Thu, 1 Jun 2017 16:02:29 +0000
(17:02 +0100)
committer
Neil Smith
<neil.git@njae.me.uk>
Thu, 1 Jun 2017 16:02:29 +0000
(17:02 +0100)
adventofcode1618/adventofcode1618.cabal
patch
|
blob
|
history
diff --git
a/adventofcode1618/adventofcode1618.cabal
b/adventofcode1618/adventofcode1618.cabal
index f9b1f83a7d09d99d4ff8e3f5e3c5a8073adf329d..c85d2dcb9f92be619df0927304af4edd5b8b1844 100644
(file)
--- 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