X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=README.html;h=7bffdaa8d1e090570dc1fd0cebb1d75d9d42f768;hb=a24758c516142d460d7302da070a2443cd713f29;hp=754e9be307265ae2d03a10941cbb19667d976dea;hpb=3f76a5d104ff97424a479e2c21ecd39f024547d0;p=advent-of-code-16.git diff --git a/README.html b/README.html index 754e9be..7bffdaa 100644 --- a/README.html +++ b/README.html @@ -17,8 +17,9 @@

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

$ sudo aptitude install haskell-platform

).

-

I'm also using the MissingH library (install with

-
$ cabal install MissingH
+

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