Done day 14
[advent-of-code-16.git] / README.html
index 68668e78ad2f667c4a8207eeef4ae14d98291ff3..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 some extra libraries (install with</p>
+<pre><code>$ cabal install MissingH
+$ 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>
 <p>then run it as</p>