From: Neil Smith Date: Thu, 15 Dec 2016 11:31:54 +0000 (+0000) Subject: Updated readme X-Git-Url: https://git.njae.me.uk/?p=advent-of-code-16.git;a=commitdiff_plain;h=1d5f2538057b07e5b5b144a5353f21f10eeb836c Updated readme --- diff --git a/README.html b/README.html index 009bd00..a85b3e3 100644 --- a/README.html +++ b/README.html @@ -27,11 +27,11 @@ $ cabal install pqueue

then run it as

advent01

If you're profiling, compile and run with

-
ghc -O2 --make advent01.hs -prof -auto-all -caf-all -fforce-recomp
+
ghc -O2 --make advent01.hs -prof -auto-all -caf-all -fforce-recomp -rstopts
 time ./advent01 +RTS -p -hy

and create the profile picture with h2ps advent01.hp .

Build this readme file wth

pandoc -s README.md > README.html
-

(Using the Modest styles.)

+

(Using the Modest style.)