From 1d5f2538057b07e5b5b144a5353f21f10eeb836c Mon Sep 17 00:00:00 2001 From: Neil Smith Date: Thu, 15 Dec 2016 11:31:54 +0000 Subject: [PATCH] Updated readme --- README.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.)

-- 2.34.1