Done day 14
[advent-of-code-16.git] / README.html
index 7bffdaa8d1e090570dc1fd0cebb1d75d9d42f768..1ece8ec72e6c9e5f3d7e30456c23e11d35d05f03 100644 (file)
 <p>I'm using the basic Haskell Platform installation (install with</p>
 <pre><code>$ sudo aptitude install haskell-platform</code></pre>
 <p>).</p>
-<p>I'm also using the <code>MissingH</code> and <code>Parsec-number</code> libraries (install with</p>
+<p>I'm also using some extra libraries (install with</p>
 <pre><code>$ cabal install MissingH
-$ cabal install parsec-number</code></pre>
+$ cabal install parsec-number
+$ cabal install cryptonite</code></pre>
 <p>)</p>
 <p>Compile the code with</p>
 <pre><code>ghc --make advent01.hs</code></pre>