X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=README.html;h=1ece8ec72e6c9e5f3d7e30456c23e11d35d05f03;hb=0a6a294ea7540d7d54d3b861f1eec59221f0c650;hp=754e9be307265ae2d03a10941cbb19667d976dea;hpb=fef438e522205404e0e765414e412ccacc34bfaa;p=advent-of-code-16.git diff --git a/README.html b/README.html index 754e9be..1ece8ec 100644 --- a/README.html +++ b/README.html @@ -17,8 +17,10 @@

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 some extra libraries (install with

+
$ cabal install MissingH
+$ cabal install parsec-number
+$ cabal install cryptonite

)

Compile the code with

ghc --make advent01.hs