X-Git-Url: https://git.njae.me.uk/?p=advent-of-code-20.git;a=blobdiff_plain;f=stack.yaml;h=c187ba75fe51a427e77d23bded1271f8cb4d7bd2;hp=4a79eef068425356e637647cd6c3c7cc1dfa16a4;hb=a391f550e2af9522e1c64d7695b4fa60257ca3a6;hpb=5fca4f5eb64fc9c568346ef657e2daba9039b208 diff --git a/stack.yaml b/stack.yaml index 4a79eef..c187ba7 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,14 @@ resolver: # - auto-update # - wai packages: -- . +# - . +- advent01 +- advent02 +- advent03 +- advent04 +- advent05 +- advent06 + # 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: