aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2010-12-10 23:58:02 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2010-12-10 23:58:02 -0800
commitdab645440af063b0c8e260bcda89080f986ad0e3 (patch)
tree2319e7b578ba02fa0767cb229f0edd92a622c6bd /pandoc.cabal
parent4c7f7853a78cd6a6ac1a583c249354fe15d75d46 (diff)
downloadpandoc-dab645440af063b0c8e260bcda89080f986ad0e3.tar.gz
Added Benchmark.hs to extra-source-files.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal2
1 files changed, 2 insertions, 0 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 0be9f27bf..08e2bc415 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -74,6 +74,8 @@ Extra-Source-Files:
-- code to create pandoc.1 man page
MakeManPage.hs,
manpage.template,
+ -- benchmarking
+ Benchmark.hs,
-- tests
tests/bodybg.gif,
tests/html-reader.html,