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