Back to hill climbing for day 11
[advent-of-code-16.git] / README.html
index 68668e78ad2f667c4a8207eeef4ae14d98291ff3..7bffdaa8d1e090570dc1fd0cebb1d75d9d42f768 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>
+<pre><code>$ cabal install MissingH
+$ cabal install parsec-number</code></pre>
+<p>)</p>
 <p>Compile the code with</p>
 <pre><code>ghc --make advent01.hs</code></pre>
 <p>then run it as</p>