From: Neil Smith Date: Wed, 29 Nov 2017 08:40:08 +0000 (+0000) Subject: Tweaked readme X-Git-Url: https://git.njae.me.uk/?p=advent-of-code-17.git;a=commitdiff_plain;h=519affb87dbd87b031b97c464b4d639ca1fcb2cc Tweaked readme --- diff --git a/README.html b/README.html index b524d3c..50c66bb 100644 --- a/README.html +++ b/README.html @@ -14,6 +14,7 @@

Code to solve the Advent of Code puzzles. This year, I'm using the puzzles to develop my skills in Haskell.

Learn you a Haskell, Introduction to Haskell 98, and Hackage are good resources.

+

The Stack documentation and How I Start: Haskell 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

$ sudo aptitude install haskell-platform haskell-stack
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