summaryrefslogtreecommitdiff
path: root/PROFILING
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2010-07-08 08:48:07 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2010-07-08 08:48:07 -0700
commit84178204983aeff0cf8c260316db8cb7db271e11 (patch)
treea8287b0766f3ca963b00766b43a20c2801a2e47e /PROFILING
parent1cd99f98807fdc656b4fc6518ee5c6642ac9626c (diff)
Updated PROFILING instructions.
Diffstat (limited to 'PROFILING')
-rw-r--r--PROFILING8
1 files changed, 3 insertions, 5 deletions
diff --git a/PROFILING b/PROFILING
index f1ebf76c7..73e2dc5c2 100644
--- a/PROFILING
+++ b/PROFILING
@@ -1,8 +1,6 @@
To use the GHC profiler:
-make distclean
-make templates
-runhaskell Setup.hs configure --enable-library-profiling --enable-executable-profiling
-runhaskell Setup.hs build
-dist/build/pandoc/pandoc +RTS -p -RTS [file]...
+cabal clean
+cabal install --enable-library-profiling --enable-executable-profiling
+pandoc +RTS -p -RTS [file]...
less pandoc.prof