Day 5
[advent-of-code-16.git] / README.html
index 68668e78ad2f667c4a8207eeef4ae14d98291ff3..754e9be307265ae2d03a10941cbb19667d976dea 100644 (file)
@@ -17,6 +17,9 @@
 <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> library (install with</p>
+<pre><code>$ cabal install MissingH</code></pre>
+<p>)</p>
 <p>Compile the code with</p>
 <pre><code>ghc --make advent01.hs</code></pre>
 <p>then run it as</p>