X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=README.html;h=7bffdaa8d1e090570dc1fd0cebb1d75d9d42f768;hb=a792a40d6c4b7cf09faa9fb5d04d27f71d2a49a7;hp=68668e78ad2f667c4a8207eeef4ae14d98291ff3;hpb=f7a6219e119fedd3abd3d6967f1c6d104b04d8e4;p=advent-of-code-16.git diff --git a/README.html b/README.html index 68668e7..7bffdaa 100644 --- a/README.html +++ b/README.html @@ -17,6 +17,10 @@

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

$ 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

then run it as