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