From 8139528e8380c6e45039d421d8c3a9389ad51784 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 4 May 2013 09:07:00 -0700 Subject: [PATCH] tools: clarify tools/simplebench.hs's required libs --- Makefile | 2 +- tools/simplebench.hs | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) mode change 100644 => 100755 tools/simplebench.hs diff --git a/Makefile b/Makefile index 28ccc9c85..e28c358ac 100644 --- a/Makefile +++ b/Makefile @@ -289,7 +289,7 @@ tools/unittest: tools/unittest.hs tools/doctest: tools/doctest.hs $(GHC) tools/doctest.hs -# build the simple benchmark runner. Requires tabular. +# build the simple benchmark runner. Requires html and tabular. tools/simplebench: tools/simplebench.hs $(GHC) tools/simplebench.hs diff --git a/tools/simplebench.hs b/tools/simplebench.hs old mode 100644 new mode 100755 index eac800e05..97db3992f --- a/tools/simplebench.hs +++ b/tools/simplebench.hs @@ -1,7 +1,8 @@ #!/usr/bin/env runhaskell {- -bench.hs - simple benchmarking of command-line programs. Requires tabular >= 0.2.2. -Simon Michael 2008-2010 +bench.hs - simple benchmarking of command-line programs. +Requires html and tabular. +Simon Michael 2008-2013 Example: