X-Git-Url: https://git.njae.me.uk/?p=advent-of-code-19.git;a=blobdiff_plain;f=README.md;h=4430c77d886bfae6ca59c787d11f96a4db3c2ec9;hp=f148061eac93b81598223e6e14662880c472f4f4;hb=3add87c991ec85f531c2cffea142b00c52d274a6;hpb=7a7c6df04a4d7088c08e0b6bebdcf311c492036a diff --git a/README.md b/README.md index f148061..4430c77 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,8 @@ Modify the `stack.yaml` file as needed, such as adding the `ghc-options` stanza. Each day lives in a separate directory within the `src` directory. It will also need it's own stanza in `advent-of-code.cabal`. +Stack configuration taken from https://github.com/mstksg/advent-of-code-2018 + Compile with ``` stack build