X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=README.md;h=1561e11922dff3fe4ec5fa903d954c2956e4c9d3;hb=519affb87dbd87b031b97c464b4d639ca1fcb2cc;hp=11880e96e5a49e626c10d5f00274a71cfc581c1d;hpb=613688d48958d7af2550447eed412dc626faf5e1;p=advent-of-code-17.git diff --git a/README.md b/README.md index 11880e9..1561e11 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ Code to solve the [Advent of Code](http://adventofcode.com/2017/) puzzles. This [Learn you a Haskell](http://learnyouahaskell.com/chapters), [Introduction to Haskell 98](https://www.haskell.org/tutorial/index.html), and [Hackage](https://hackage.haskell.org/) are good resources. +The [Stack documentation](https://docs.haskellstack.org/en/stable/README/) and [How I Start: Haskell](http://howistart.org/posts/haskell/1/) are good sources of using the tools. + # Toolchain I'm using the basic Haskell Platform installation, togeher with `Stack` to manage the packages and dependencies (install with