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