summaryrefslogtreecommitdiff
path: root/hadrian/src/Context.hs
diff options
context:
space:
mode:
Diffstat (limited to 'hadrian/src/Context.hs')
-rw-r--r--hadrian/src/Context.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/hadrian/src/Context.hs b/hadrian/src/Context.hs
index 7c7bb124ff..0676743ee5 100644
--- a/hadrian/src/Context.hs
+++ b/hadrian/src/Context.hs
@@ -8,7 +8,8 @@ module Context (
-- * Paths
contextDir, buildPath, buildDir, pkgInplaceConfig, pkgSetupConfigFile,
pkgHaddockFile, pkgRegisteredLibraryFile, pkgLibraryFile, pkgGhciLibraryFile,
- pkgConfFile, objectPath, contextPath, getContextPath, libPath, distDir
+ pkgConfFile, objectPath, contextPath, getContextPath, libPath, distDir,
+ haddockStatsFilesDir
) where
import Base