summaryrefslogtreecommitdiff
path: root/hadrian/src/Context/Path.hs
diff options
context:
space:
mode:
Diffstat (limited to 'hadrian/src/Context/Path.hs')
-rw-r--r--hadrian/src/Context/Path.hs5
1 files changed, 5 insertions, 0 deletions
diff --git a/hadrian/src/Context/Path.hs b/hadrian/src/Context/Path.hs
index 4bc9d9be34..e5a82710ab 100644
--- a/hadrian/src/Context/Path.hs
+++ b/hadrian/src/Context/Path.hs
@@ -41,3 +41,8 @@ buildPath context = buildRoot <&> (-/- buildDir context)
-- | The expression that evaluates to the build path of the current 'Context'.
getBuildPath :: Expr Context b FilePath
getBuildPath = expr . buildPath =<< getContext
+
+-- | Path to the directory containing haddock timing files, used by
+-- the haddock perf tests.
+haddockStatsFilesDir :: Action FilePath
+haddockStatsFilesDir = (-/- "stage1" -/- "haddock-timing-files") <$> buildRoot