X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=README.html;h=7bffdaa8d1e090570dc1fd0cebb1d75d9d42f768;hb=a792a40d6c4b7cf09faa9fb5d04d27f71d2a49a7;hp=754e9be307265ae2d03a10941cbb19667d976dea;hpb=fef438e522205404e0e765414e412ccacc34bfaa;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