X-Git-Url: https://git.njae.me.uk/?p=advent-of-code-20.git;a=blobdiff_plain;f=README.md;h=290379155b25eca4e23ebfe47963a50be3b03650;hp=1c6a5d4af3b3be64c8e9a9c71ede59bac3fc73d3;hb=1e9f01ceeffca5c34bec504c950f9c75686956f2;hpb=5fca4f5eb64fc9c568346ef657e2daba9039b208 diff --git a/README.md b/README.md index 1c6a5d4..2903791 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ --- -title: "Advent of Code 2019" +title: "Advent of Code 2020" output: html_document css: modest.css --- -Code to solve the [Advent of Code](http://adventofcode.com/2019/) puzzles. This year, I'm using the puzzles to develop my skills in [Haskell](https://wiki.haskell.org/Haskell). I'm writing up a [commentary on these puzzles and my solutions](https://work.njae.me.uk/tag/advent-of-code/) on my blog. +Code to solve the [Advent of Code](http://adventofcode.com/2020/) puzzles. This year, I'm using the puzzles to develop my skills in [Haskell](https://wiki.haskell.org/Haskell). I'm writing up a [commentary on these puzzles and my solutions](https://work.njae.me.uk/tag/advent-of-code/) on my blog. [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. @@ -82,18 +82,7 @@ stack exec hp2ps advent01.hp # Packages -Stack is using the [14.16-lts resolver](https://www.stackage.org/lts-14.16) for packages, so make sure you read the [correct documentation for the packages included in it](https://www.stackage.org/lts-14.16/docs). - -When you use a new package, use - -``` -stack solver -``` -to see how the `stack.yaml` file needs to change, and -``` -stack solver --update-yaml -``` -to implement the changes. +Stack is using the [14.16-lts resolver](https://www.stackage.org/lts-16.25) for packages, so make sure you read the [correct documentation for the packages included in it](https://www.stackage.org/lts-16.25/docs). # Readme