X-Git-Url: https://git.njae.me.uk/?p=advent-of-code-20.git;a=blobdiff_plain;f=stack.yaml;h=d9fee510c11ce7c12f70d92bd15fddfc568c943e;hp=4a79eef068425356e637647cd6c3c7cc1dfa16a4;hb=51389d5cd4cba7f24464e200b363b16c81a78e9f;hpb=5fca4f5eb64fc9c568346ef657e2daba9039b208 diff --git a/stack.yaml b/stack.yaml index 4a79eef..d9fee51 100644 --- a/stack.yaml +++ b/stack.yaml @@ -20,6 +20,10 @@ resolver: url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/16/25.yaml +ghc-options: + $locals: -O2 -Wall -Wno-missing-signatures -threaded -rtsopts -with-rtsopts=-N + + # User packages to be built. # Various formats can be used as shown in the example below. # @@ -30,7 +34,25 @@ resolver: # - auto-update # - wai packages: -- . +# - . +- advent01 +- advent02 +- advent03 +- advent04 +- advent05 +- advent06 +- advent07 +- advent08 +- advent09 +- advent10 +- advent11 +- advent12 +- advent13 +- advent14 +- advent15 +- advent16 +- advent17 + # Dependency packages to be pulled from upstream that are not in the resolver. # These entries can reference officially published versions as well as # forks / in-progress versions pinned to a git hash. For example: