Updated readme
authorNeil Smith <neil.git@njae.me.uk>
Thu, 15 Dec 2016 11:31:54 +0000 (11:31 +0000)
committerNeil Smith <neil.git@njae.me.uk>
Thu, 15 Dec 2016 11:31:54 +0000 (11:31 +0000)
README.html

index 009bd00a3ec8e895d684c2b148732be465b5b17f..a85b3e3862b72a69b374c6bdbd6fbb2018239392 100644 (file)
@@ -27,11 +27,11 @@ $ cabal install pqueue</code></pre>
 <p>then run it as</p>
 <pre><code>advent01</code></pre>
 <p>If you're profiling, compile and run with</p>
-<pre><code>ghc -O2 --make advent01.hs -prof -auto-all -caf-all -fforce-recomp
+<pre><code>ghc -O2 --make advent01.hs -prof -auto-all -caf-all -fforce-recomp -rstopts
 time ./advent01 +RTS -p -hy</code></pre>
 <p>and create the profile picture with <code>h2ps advent01.hp</code> .</p>
 <p>Build this readme file wth</p>
 <pre><code>pandoc -s README.md &gt; README.html</code></pre>
-<p>(Using the <a href="https://github.com/markdowncss/modest">Modest styles</a>.)</p>
+<p>(Using the <a href="https://github.com/markdowncss/modest">Modest style</a>.)</p>
 </body>
 </html>