X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=README.md;h=9fa57694a2f05e1ef846ed9f8f365a003b09484c;hb=22109336eb81722af230c53ef5938475a846efb8;hp=d95ac12a489e74d5af3236747243e743b8a6c34b;hpb=f7a6219e119fedd3abd3d6967f1c6d104b04d8e4;p=advent-of-code-16.git diff --git a/README.md b/README.md index d95ac12..9fa5769 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,13 @@ $ sudo aptitude install haskell-platform ``` ). +I'm also using the `MissingH` and `Parsec-number` libraries (install with +``` +$ cabal install MissingH +$ cabal install parsec-number +``` +) + Compile the code with ``` ghc --make advent01.hs