X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=README.html;h=1ece8ec72e6c9e5f3d7e30456c23e11d35d05f03;hb=0a6a294ea7540d7d54d3b861f1eec59221f0c650;hp=68668e78ad2f667c4a8207eeef4ae14d98291ff3;hpb=f7a6219e119fedd3abd3d6967f1c6d104b04d8e4;p=advent-of-code-16.git diff --git a/README.html b/README.html index 68668e7..1ece8ec 100644 --- a/README.html +++ b/README.html @@ -17,6 +17,11 @@

I'm using the basic Haskell Platform installation (install with

$ 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

then run it as